@charset "utf-8";
/* CSS Document */

.infiniteCarousel {
  height:215px;
  overflow:hidden;
  width: 459px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 830px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 214px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 830px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  float:left;
  height: 215px;
  width: 459px;
}




.infiniteCarousel ul li a img {
	border:0;
  display:block;
  background-color: Green;
}