.infiniteCarousel_1 {
  width: 270px;
  height:200px;
  position: absolute; 
}

 
.infiniteCarousel_1 .wrapper {
  width: 240px; /* .infiniteCarousel_1 width - (.wrapper margin-left + .wrapper margin-right) */
  height:220px;
  overflow: auto;
  min-height: 10em;
  position: absolute;
  margin-right:0px;
  margin-left:15px;
  top: 0;
}
 
 
.infiniteCarousel_1 .wrapper ul {
  width: 9999px;
  height:201px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel_1 ul li {
  display:block;
  float:left;
  width: 240px;
  height: 201px;
  border-style: none;
}
 
.infiniteCarousel_1 ul li a img {
  display:block;
  margin-left:20px;
  border: 1px solid #d4d6d8;
}
 
.infiniteCarousel_1 .arrow {
  display: block;
  height: 36px;
  width: 27px;
  background-color: #d6d2cd;
  background: url(../img/arrow2.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 87px;
  cursor: pointer;
}
 
.infiniteCarousel_1 .forward {
  background-position: 0 0;
  right: 0;
  margin-right:-5px;
}
 
.infiniteCarousel_1 .back {
  background-position: 0 -72px;
  left: 0;
  margin-left:-15px;
}
 
.infiniteCarousel_1 .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel_1 .back:hover {
  background-position: 0 -108px;
}
 
 #carousel_1_ul {
position:relative;
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
padding-bottom:10px;
}
