@charset "UTF-8";
/* CSS Document */
.infiniteCarouselIP {
  width: 450px;
  position: relative;
  left:20px;
}

.infiniteCarouselIP .wrapper {
	width: 450px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height:330px;
	margin: 0;
	position: absolute;
	top: 45px;
	
}

.infiniteCarouselIP ul a img {
  border: none;
}

.infiniteCarouselIP .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 0 0 0px;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarouselIP ul li {
  display:block;
  float:left;
  padding: 0 0px 0 0 ;
  height: 330px;
  width: 450px;
}

.infiniteCarouselIP ul li a img {
  display:block;
  width:450px;
  height:330px;
}

.infiniteCarouselIP .arrow {
  display: block;
  height: 330px;
  width: 150px;
  background: url(../images/arrow2_gris.jpg) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top:0px;
  cursor: pointer;
}

.infiniteCarouselIP .forward {
  background-position: 140px 150px;
  right: 0;
}

.infiniteCarouselIP .back {
  background-position: -15px 150px;
  left: 5;
}

.infiniteCarouselIP .forward:hover {
  background: url(../images/arrow2.jpg) no-repeat 0 0;
  background-position: 140px 150px;
}

.infiniteCarouselIP .back:hover {
  background: url(../images/arrow2.jpg) no-repeat 0 0;
  background-position: -15px 150px;
}
