@charset "utf-8";
/* CSS Document */

.infiniteCarousel {
  
  width: 395px;
  position: relative;
  top: 14px; 
}

.infiniteCarousel .wrapper {
  width: 296px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .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 ul li {
  display:block;
  float:left;
  
  height: 100px;

}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  float: left;
  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 .forward {
  background: url(images/index_fellepoink_btn_right.jpg) no-repeat 0 0;
  right: 0;
  float:right;
}

.infiniteCarousel .back {
  background: url(images/index_fellepoink_btn_left.jpg) no-repeat 0 0;
  
}

.infiniteCarousel .forward:hover {
  background: url(images/index_fellepoink_btn_right_over.jpg) no-repeat 0 0;
}

.infiniteCarousel .back:hover {
  background: url(images/index_fellepoink_btn_left_over.jpg) no-repeat 0 0;
}