#container_fotos{
	margin:0;
	padding:0;
	background:none;
/*
	width:990px;
	height:501px;
*/
	position:relative;
}

#container_fotos ul{
	margin:0;
	padding:0;
/*
	width:990px;
	height:501px;
*/
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container_fotos li:first-child{
	margin:0;
	padding:0;
	display:list-item;
	position:absolute;
}

#container_fotos li{
	margin:0;
	padding:0;
	position:absolute;
	display:none;
}

#container_fotos img {
	margin:0;
	padding:0;
/*
	width:990px;
	height:501px;
*/
	border:0;
}

#fotos_internas{
	margin:0;
	padding:0;
	width:553px;
	height:554px;
	position:relative;
}

#fotos_internas ul{
	margin:0;
	padding:0;
	width:553px;
	height:554px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#fotos_internas li:first-child{
	margin:0;
	padding:0;
	display:list-item;
	position:absolute;
}

#fotos_internas li{
	margin:0;
	padding:0;
	position:absolute;
	display:none;
}

#fotos_internas img {
	margin:0;
	padding:0;
	width: 553px;
	height: 554px;
	border:0;
}

