@charset "UTF-8";/* CSS Document */.infiniteCarousel {  width: 900px;  /*position: relative;*/
}.infiniteCarousel .wrapper {  width: 900px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */  overflow: auto;  height: 457px;  margin: 0;  /*position: absolute;*/  top: 0;}.infiniteCarousel ul a img {  /*border: 5px solid #000;*/  border: 0;  /*-moz-border-radius: 5px;  -webkit-border-radius: 5px;*/}.infiniteCarousel .wrapper ul {  width: 900px; /* 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 {  display:block;  float:left;  padding: 0;  height: 457px;  width: 900px;}
