.infiniteCarousel {
  width: 100%;
  position: relative;
	height:166px;	
	margin:0 auto;
}

.infiniteCarousel .wrapper {
  width: 92%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 0% 0 4%;
  position: absolute;
  top: 0;
}


.infiniteCarousel .wrapper ul {
	width: 99999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 2px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding:0px 5px;
}

.infiniteCarousel ul li img {
  display:block;
  padding:0; margin:0;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 65px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
