
.infiniteCarousel {
	margin-top: 0px; 
 	width: 312px;
 	position: relative;
 	min-height: 10em;
 }

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

* html .infiniteCarousel, * html .infiniteCarousel .wrapper { height: 10em; }

.infiniteCarousel ul a img {
  border: 5px solid #BA240D;
  -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;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px 20px 10px 0;
  height: 110px;
  width: 120px;
  text-align: center;
}

.infiniteCarousel ul li a img {
  display:block;
  margin: 0 auto;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(/img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  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;
}

#ic_over { background-color: #000; position: absolute; top: 0; left: 0; width: 100%; }
#ic_img { background: #000 url(/img/loader.gif) 50% 50% no-repeat; position: absolute; width: 100px; margin: -50px 0 -50% 0; top: 40%; left: 50%; }
