#Contenitore {
position:relative; 
width:425px; 
height:390px;
background:#fff; 
border:1px solid #4a679f;
margin:8px auto;
}
/*#Immag{
margin:0;
padding:0;
background:#000;
height:24px;
}

#Immag h1{
margin:0;
padding:0;
font-size: 1em;
color:#fff;
line-height:24px;
}*/


a.galleria span {
display:block; 
position:absolute;
width:1px; 
height:1px; 
top: 5px; 
left: 5px;
overflow:hidden; 
background:#000;
}


a.galleria, a.galleria:visited {
display:block; 
color:#4a679f;
font-weight:bold;
text-decoration:none;
border:1px solid #fff; 
width:75px; 
height:47px; 
float:left; 
margin:3px;
z-index:100;
}


a.galleria:hover {
border:1px solid #ddd;
}

a.galleria:hover img {
border:1px solid #ddd; 
position:relative; 
z-index:100;
}

a.galleria:active img, a.galleria:focus img {
border:1px solid #ddd; 
position:relative; 
z-index:50;
}

a.galleria:hover span {
display:block; 
position:absolute; 
width:402px; 
height:270px;
top:110px;
left: 5px;
padding:5px;
background:transparent; 
z-index:100;
}


a.galleria:active span, a.galleria:focus span {
display:block; 
position:absolute; 
width:402px; 
height:270px; 
top:110px;
left:5px; 
padding:5px; 
color:#4a679f;
font-weight:bold;
background:#fff;
z-index:200;
}

.image {
display:block; 
position:absolute; 
width:400px; 
height:250px;
top:0px;
left:10px;
padding:0; 
}