.infiniteCarousel {
  width: 545px;
  position: relative;
  height:145px;
}

.infiniteCarousel .wrapper {
  width: 545px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 121px;
  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;
  height:112px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 130px;
  width: 104px;
  padding-right:5px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  top: -31px;
  cursor: pointer;
  color:#fff;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 5;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
	right:22;
}
