.infiniteCarousel {
  width: 280px;
  position: relative;  
  padding-left: 45px;  
  text-align:center;
  width: 295px;
  height: 90px;
}

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

.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;
  left:0;  
}

.infiniteCarousel ul li {
  display:block;
  float:left;  
  height: 107px;
  width: 80px;
  margin:2px;
}


.infiniteCarousel .arrow {
  display: block;
  width: 26px;
  height: 35px;
  background: url(../../img/slider_gallery_right.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 20px;
  left: 300px;
  cursor: pointer;
}
.infiniteCarousel .arrow:hover{
    background: url(../../img/slider_gallery_right_on.png) no-repeat 0 0;
}
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
    background: url(../../img/slider_gallery_left.png) no-repeat 0 0;
    left: 10px;
}
.infiniteCarousel .back:hover {
   background: url(../../img/slider_gallery_left_on.png) no-repeat 0 0;
}
