.box_galeria {
background-color:#F0EEE8;
width:justify;
height:365px;
text-align:left;
margin-top: 3px;
padding: 7px;
/*border: 1px solid silver;*/
 }
 
.box_galeria2 {
background-color:#F0EEE8;
width:justify;
height:685px;
text-align:left;
margin-top: 3px;
padding: 7px;
/*border: 1px solid silver;*/
 }	


.img-aqui { 
	background: url('../imagens/fd.jpg') center no-repeat; 
	width:500px; 
	height:310px; 
	position:relative; 
	top:0px;
	float:right; 
	border:1px solid #990000;
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:77px;
	padding:1px;
	/*background:#999;*/
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:44px;
	float:left; 
	border:2px solid #ccc;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:44px;
}
ul.fotos li span img {
	border:none;
	width:525px;
	height:310px;
	height:auto;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:517px;
	position:absolute;
	top:310px;
	left:5px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:0px; 
	left: 72px; 
	background:#3E1400;
	border:2px solid #ccc;
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#fff; 
}

<!--[if lte IE 6]>
ul.fotos {
	width:164px;
	padding:  2px 0 1px 0;
	}
ul.fotos li {
	margin-top:0; 
}
/* Fixes for IE */
/* Fix IE. Hide from IE Mac \*/
ul.fotos li { float: left; height: 1%; }
ul.fotos li a { height: 1%; }
/* End */
ul.fotos a:hover {
	text-decoration:none;
	background: none; 
	} 
ul.fotos li {width:75px;}
ul.fotos a:hover span.legenda {width:517px;}
