ul.fotos {
                text-indent: 0px;
	position:absolute;
                margin: 0;
	list-style:none; 
                left: 15px;
                top: 18px;
	width: 164px;
                height: auto;
	background:#999;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
                overflow: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:50px;
	float:left;
                margin: 1px;
	border: 2px solid #444;
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:560px;
	height:365px;
}
ul.fotos a {
	display: block;
  	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span {
	display: block;
                position: absolute; 
	top:-18px; 
	left: 182px; 
	background:transparent;
	border:2px solid #666;
}

