#projektteaser {
  position: relative;
}

#projektteaser ol li {
  position: absolute;
}

#projektteaser ol li.number1 {
  width: 530px;
  height: 332px;
  top: 1px;
  left: 0;
}

#projektteaser ol li.number2 {
  width: 454px;
  height: 284px;
  top: -71px;
  left: 536px;
}

#projektteaser ol li.number3 {
  width: 335px;
  height: 210px;
  top: 219px;
  left: 536px;
}

#projectimage {
  position: relative;
}

#projectimage #btn_prev,
#projectimage #btn_next {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 70px;*/
  width: 100%; /* Derzeit gibt es nur "Next" */
  height: 100%;
  text-decoration: none;
  display: block;
  background: transparent url(/clear.gif) no-repeat 0 0; /* Fix für IE - Link sonst nicht klickbar ?? */
}

* html #projectimage #btn_prev,
* html #projectimage #btn_next {
  height: 354px;
}

#projectimage #btn_prev {
  left: 10px;
  /*background: transparent url(/typo3conf/ext/user_bollhalderprojects/res/prev_over.png) 0 140px no-repeat;*/
}
/*
#projectimage #btn_prev:hover {
  background: transparent url(/typo3conf/ext/user_bollhalderprojects/res/prev_over.png) 0 140px no-repeat;
}
*/

#projectimage #btn_next {
  right: 10px;
  /*background: transparent url(/typo3conf/ext/user_bollhalderprojects/res/next_over.png) 0 140px no-repeat;*/
}
/*
#projectimage #btn_next:hover {
  background: transparent url(/typo3conf/ext/user_bollhalderprojects/res/next_over.png) 0 140px no-repeat;
}
*/

#projectimage #ajaxloader {
  width: 31px;
  height: 31px;
  background: transparent url(/typo3conf/ext/user_bollhalderprojects/res/loader.gif) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 162px;
}

#imagecounter {
  margin-top: 5px;
}