.infiniteCarousel {
  width: 560px;
  position: relative;
}

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

.infiniteCarousel .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;
  width: 160px;
  height: 90px;
  padding: 0 7px 0 7px;
}

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

.infiniteCarousel .arrow {
  display: block;
  height: 19px;
  width: 19px;
  background: url(../images/arrow_c.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 40px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 -19px;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 1px;
  left: 0;
}
