.infiniteCarousel {width: 286px;position: relative;padding:7px 7px 0 0}

.infiniteCarousel .wrapper {
  width: 286px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  position: absolute;
  top: 0;
}

.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;
  height: 126px;
  width:286px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 19px;
  width: 19px;
  text-indent: -999px;
  position: absolute;
  top: 139px;
  cursor: pointer;
	z-index:999
}

.infiniteCarousel .forward {
  background: url(../images/next_arr.png) no-repeat 0 0;
  right: 15px;
}

.infiniteCarousel .back {
  background: url(../images/prev_arr.png) no-repeat 0 0;
  right: 38px;
}

