#homeFotos {
	background-color: #fff;
	height: 470px;
}
#mainFoto { position: relative; }
#homeFotos #mainFoto{
	height:314px;	
}
#imageDescription {
	position: absolute;
	width: 490px;
	bottom: 0;
	background-color: #000;
	color: #fff;
	.filter: alpha(opacity=70); 
	opacity: .7;
	font-weight: bold;
	text-align: left;
	left:5px;	
}

div.text { padding: 5px; }

img.thumb {
	cursor: pointer;
	float: left;
	margin: 1px;
}

#prevImg {
	position: absolute;
	top: 125px;
	left: 15px;
	display: none;
	cursor: pointer;		
}
#prevImg:hover { }
#nextImg {
	position: absolute;
	top: 125px;
	right: 15px;
	display: none;
	cursor: pointer;		
}
#nextImg:hover { }

#mainFoto:hover #nextImg ,
#mainFoto:hover #prevImg { display: block; }
#fotoList { width: 498px; }
#thumbIndex {
	height: 163px;
	overflow: hidden;
	width: 462px;
	/*margin-left: 10px;*/
	margin: auto;
	padding-top: 4px;
}

#galeriaIndex {
	text-align: left;
	background-color: #2F2F30;
	position: relative;
	width: 490px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	overflow: hidden;
	height: 100px;
}
#galeriaIndexNext {
	height: 100px;
	position: absolute;
	left: 2px;
	width: 12px;	
	top: 10px;	
	cursor: pointer;
}
#galeriaIndexPrev {
	height: 100px;
	position: absolute;
	right: 2px;
	top: 10px;
	width: 12px;	
	cursor: pointer;	
}

#datosAlbum {
	color: #fff;
	text-transform: uppercase;
	background-color: #1C1C1D;
	text-align: left;
	width: 482px;
	margin-left: 10px;
	font-weight: bold;
}

#datosAlbumText { padding: 3px; }
#rotuloAlbum {
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
}

div.AlbumItem {
	width: 100px;
	height: 100px;
	background-color: #000;
	margin-left: 10px;
	float: left;	
}

div.AlbumItem a { display: block; }

div.AlbumItem img { vertical-align: middle; }
