@charset "utf-8";
/* css document */


.infinitecarousel {
  position: relative;
  width:210px; height:143px;
}

.infinitecarousel .wrapper {
  width: 210px; 
  overflow: auto;
  height: 143px;
  position: absolute;
  top: 0;
}
.infinitecarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
@charset "utf-8";
/* css d