.img-aqui { 
	background: #fff url('fotos/foto01.jpg') center no-repeat; 
	width:557px; 
	height:293px; 
	margin-left: 10px;
	position:relative; 
	top:0px;
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:577px;
	padding:0px;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:100px;
	height:53px;
	float:left; 
	border:2px solid #444;
	margin-left: 10px;
	margin-bottom: 5px;
	}
ul.fotos li img {
	border:none; 
	width:100px;
	height:53px;
}
ul.fotos li span img {
	border:none;
	width:557px;
	height:293px;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 8px;
	display: block;
	width:500px;
	height:15px;
	position:absolute;
	top:293px;
	left:0px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-333px; 
	left: 10px; 
	background:#fff;
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}
ul.fotos {
	width:577px;
	padding:  0px;
	}
ul.fotos li {
	margin-left:7;
	margin-top:0; 
}
/* Fixes for IE */
/* Fix IE. Hide from IE Mac \*/
ul.fotos li { float: left; height: 53px; }
ul.fotos li a { height: 53px; }
/* End */
ul.fotos a:hover {
	text-decoration:none;
	background: none; 
} 
ul.fotos li {width:100px;}
ul.fotos a:hover span.legenda {width:500px; margin-top: 8px; top:293px;}

