/* Galeria de Fotos (Fotos) */
.Anterior {
	background:url(../_img/IconeAnterior.gif) center no-repeat;
	cursor:pointer;
	float:left;
	height:60px;
	width:20px;
}
.AnteriorOFF {
	cursor:auto;
	background:url(../_img/IconeAnteriorOFF.gif) center no-repeat;
}
#Fotos {
	float:left;
	height:60px;
	width:470px;
}
#Fotos .Foto {
	border:1px solid #799dba;
	cursor:pointer;
	float:left;
	height:51px;
	margin:2px;
	padding:2px;
	text-align:center;
	width:68px;
}
#Fotos .Foto.ON {
	background:#e0edf7;
}
.Proxima {
	background:url(../_img/IconeProxima.gif) center no-repeat;
	cursor:pointer;
	float:left;
	height:60px;
	width:20px;
}
.ProximaOFF {
	cursor:auto;
	background:url(../_img/IconeProximaOFF.gif) center no-repeat;
}
