.jcarousel-container
{
  background: #feedd1 url("/images/torten/background.gif") center top repeat-x;
  border: 1px solid #2E0A0A;
  height: 175px;
  white-space: nowrap;
  position: absolute;
  margin: 0 0 1em 0;
  overflow: hidden;
}

ul#torten li
{
  position: relative;
  margin: 0 5px;
}

ul#torten li div
{
  /*display: block;
  position: absolute;
  left: -5px;
  top: 140px;*/
  width: 100%;
  padding: 0 5px;
  line-height: 25px;
  background: #ffffff;
  color: #2E0A0A;
  text-align: center;
  font-weight: bold;
  opacity: .75;
  font-size: .9em;
  position: relative;
  top: -35px;
}

#tortenWrapper
{
}