.infiniteCarousel {
	width: 464px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 370px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	background:URL("../img/biografia/mod_fotosPrensa_central.png") no-repeat;
	height: 112px;
	margin: 0 50px;
	position: absolute;
	top: 0;
}
/*
.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}*/
.infiniteCarousel .wrapper ul {
	width: 608px; /* single item * n */
	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:5px;
	height: 84px;
	width: 66px;
}
.infiniteCarousel ul li img {
	-webkit-transition: border-color 400ms;
}
.infiniteCarousel ul:hover li img {
	border-color: #000;
}
.infiniteCarousel ul:hover li:hover img {
	border-color: #333;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 115px;
	width: 45px;
	text-indent: -999px;
	position: absolute;
	cursor: pointer;
	outline: 0;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0px;
	background: url("../img/biografia/btn_fotosPrensa_der_out.png") no-repeat 0 0;
}
.forward:hover {
	background: url("../img/biografia/btn_fotosPrensa_der_over.png") no-repeat 0 0;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 9px;
	background: url("../img/biografia/btn_fotosPrensa_izq_out.png") no-repeat 0 0;
}
.back:hover {
	background: url("../img/biografia/btn_fotosPrensa_izq_over.png") no-repeat 0 0;
}
