#fotoh a, #fotov a {
display: block;
margin: 1px;
}
#fotoh a:hover, #fotov a:hover {
background: #555;
text-transform: none;
}
#fotoh a img, #fotov a img {
height: 50px;
border: 0;
vertical-align: middle;
}
#fotoh a span img, #fotov a span img {
height: 0;
width: 0;
border: 0;
}
#fotov a:hover span img {
position: absolute;
top: 12%;
left: 4%;
height: 500px;
width: 300px;
border: 1px solid #000;
}
#fotoh a:hover span img {
position: absolute;
top: 12%;
left: 4%;
height: 300px;
width: 500px;
border: 1px solid #000;
}