@CHARSET "UTF-8";

#listaFotos {
	background:  	white;
	padding:		15px;
	margin-top: 	15px;
	padding-left: 	60px;
	overflow:	hidden;
postition:relative;
}

#listaFotos ul {
}

#listaFotos ul li {
	display: 	inline;
	margin:		 0 5px 0 5px;
}


#elviewportcontenedor {
	overflow:  	hidden;
	position:	absolute;
	width:		852px;
}

#elviewportcontenido {
	height: 	110px;
	width: 		1920px;
}

#elviewportderecha {
	width: 		60px;
	height: 	81px;
	background: url('../imagenes/derecha.jpg');
	position: 	absolute;
	right: 		0;
	top: 		21px;
	cursor:		pointer;
}

#elviewportizquierda {
	width: 		60px;
	height: 	81px;
	background: url('../imagenes/izquierda.jpg');
	position: 	absolute;
	left:		0;
	cursor:		pointer;
	top:		21px;
}