	.infiniteCarousel {
	width: 938px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
	.infiniteCarousel .wrapper {
	width: 938px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 10em;
	margin: 0;
	position: absolute;
	top: 0;
	height: 323px;
	}
	
	.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;
	  padding: 0px;
	  height: 323px;
	  width: 938px;
	}
	
	.infiniteCarousel ul li a img {
	  display:block;
	}
	
	.infiniteCarousel .arrow {
	display: block;
	height: 54px;
	width: 55px;
	text-indent: -9999px;
	position: absolute;
	top: 128px;
	cursor: pointer;
	}
	
	.infiniteCarousel .forward {
	background-position: right center;
	right: 10px;
	background-image: url(../images/fle_der.png);
	background-repeat: no-repeat;
	outline:none;
	}
	
	.infiniteCarousel .back {
	background-position: left center;
	left: 10px;
	background-image: url(../images/fle_izq.png);
	background-repeat: no-repeat;
	outline:none;
	}

