.infiniteCarousel {
  width: 552px;
  position: relative;
  
}

.infiniteCarousel .wrapper {
  width: 470px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: hidden;
  min-height: 68px;
  margin: 0 25px;
  position: absolute;
  top:-49px;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.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;
  overflow:hidden;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 9px;
  height: 85px;
  width: 81px;
  font-size:24px;
  color:#353535;
  font-weight:bold;
  overflow:hidden;
}

.infiniteCarousel ul li a {
	color:#353535;
	display:block;
	margin-top:19px;
	padding-left:7px;
	overflow:hidden;
}


.infiniteCarousel ul li.on  {
  background:url('img/carousel_on.png');
  background-repeat:no-repeat;
  background-position:left top;
  width:81px;
  height:70px;
  overflow:hidden;
}

/*.infiniteCarousel ul li a:hover  {
  background:url('img/carousel_on.png');
  background-repeat:no-repeat;
  background-position:left top;
  width:81px;
  height:70px;
}*/


.infiniteCarousel ul li.on a {
	color:#e6e6e6; 
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  text-indent: -9999px;
  position: absolute;
  top: -15px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background: url(img/arrow_right.png) no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background: url(img/arrow_left.png) no-repeat 0 0;
  left: 0;
}

.infiniteCarousel .forward:hover {
  /*background-position: 0 -36px;*/
}

.infiniteCarousel .back:hover {
  /*background-position: 0 -108px;*/
}

