.infiniteCarousel_1 {
  width: 405px;
  position: relative;
}
 
.infiniteCarousel_1 .wrapper {
  width: 325px; /* .infiniteCarousel_1 width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel_1 ul a img {
  border: 0px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.infiniteCarousel_1 .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_1 ul li {
  display:block;
  float:left;
  padding: 3px;
  width: 105px;
  height: 95px;
  border-style: none;
  border-color: red;
}
 
.infiniteCarousel_1 ul li a img {
  display:block;
}
 
.infiniteCarousel_1 .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}
 
.infiniteCarousel_1 .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel_1 .back {
  background-position: 0 -72px;
  left: 0;
}
 
.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;
}


.infiniteCarousel_2 {
  width: 556px;
  position: relative;
}
 
.infiniteCarousel_2 .wrapper {
  width: 436px; /* .infiniteCarousel_2 width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 70px;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel_2 ul a img {
  border: 0px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.infiniteCarousel_2 .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_2 ul li {
  display:block;
  float:left;
  padding: 3px;
  width: 140px;
  height: 100px;
  border-style: none;
  border-color: red;
}
 
.infiniteCarousel_2 ul li a img {
  display:block;
}
 
.infiniteCarousel_2 .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}
 
.infiniteCarousel_2 .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel_2 .back {
  background-position: 0 -72px;
  left: 0;
}
 
.infiniteCarousel_2 .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel_2 .back:hover {
  background-position: 0 -108px;
}
 
 #carousel_2_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;
}
