.infiniteCarousel {
  position:relative;
 }

.infiniteCarousel .wrapper {
  width: 712px; /* gehört noch aufgeräumt.... aber bisher keine zeit */
  overflow: auto;
  position: absolute;
  margin-top: 180px;
  padding: 0 0 0 40px;
 }

.infiniteCarousel .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding: 0 0 0 65px;
 }

.infiniteCarousel ul li {
  float:left;
  padding: 0 0 0 75px;
 }


