.galeria {
	width:580px; 
	text-align:left; 
	}
.img-aqui { 
	width:570px; 
	height:324px; 
	position:relative; 
	top:0;
	left: 5px;
	background: #fff;
	}
	
ul.fotos {
	position:relative;
	top: 10px;
	list-style:none;
	width:580px;
	padding:1px;
	margin:0;
	padding:0;
	
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:50px;
	height:49px;
	margin:3.8px; 
	float: left;
	background: #fff;
}
ul.fotos li img {
	border:none;
	margin-top: 3px;
	margin-left: 3px; 
	width:44px;
	height:43px;
	background: #fff;
}
ul.fotos li span img {
	position: absolute;
	border:none;
	top: -332px;
	left: -48px;
	width:auto;
	height:324px;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:500px;
	position:absolute;
	top:0;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 50px; 
	
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}

/*galeria2*/

.galeria2 {
	width:580px; 
	text-align:left; 
	}
.img-aqui2 { 
	background: url("../images/avatra_galeria.jpg") no-repeat;
	width:570px; 
	height:324px; 
	position:relative; 
	top:0;
	left: 5px;
	}
	
ul.fotos2 {
	position:relative;
	top: 10px;
	list-style:none;
	width:580px;
	padding:1px;
	margin:0;
	padding:0;
	
}
.fotos2:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos2 li {
	width:50px;
	height:49px;
	margin:3.8px; 
	float: left;
	background: #000;
}
ul.fotos2 li img {
	border:none;
	margin-top: 3px;
	margin-left: 3px; 
	width:44px;
	height:43px;
	background: #fff;
}
ul.fotos2 li span img {
	position: absolute;
	border:none;
	top: -332px;
	left: -48px;
	width:auto;
	height:324px;
	text-align:center;
}
ul.fotos2 a {
	display: block;
	} 
ul.fotos2 a span {
	display: none;
}
ul.fotos2 a:hover span.legenda {
	display: block;
	text-align:center; 
	width:500px;
	position:absolute;
	top:0;
	left:-2px;
}
ul.fotos2 a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 50px; 
}
ul.fotos2 a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}
