.infiniteCarousel {
  width: 906px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 906px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 500px;
  /*position: absolute;*/
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  /*position: absolute;*/
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  width: 906px;
 /* height: 85px;
  width: 85px; */
}
