/* CSS Document */

.infiniteCarousel {
  width: 395px;
  position: relative;
  /*margin-top:78px;*/
  clear:both;
}
 
.infiniteCarousel .wrapper {
  width: 346px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 71px;
  margin: 0px 40px 0px 53px;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul a img {
  border: 3px solid #dadada;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
 
.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;
  height: 85px;
  width: 85px;*/
  width:117px;/*97px*/
  height:67px;/*61px*/
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 25px;
  width: 25px;
  background: url(../images/commun/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 21px;
  cursor: pointer;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: -36px;
}
 
.infiniteCarousel .back {
  background-position: 0 -50px;
  left: 16px;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -25px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -75px;
}