

/* stili per la gallery 
contenitore grande
*/


#riquadro_sx {
position:relative; 
width:400px; 
height:480px;
background:transparent;
border:1px solid #4a679f;
margin-left:0px;
margin-bottom:2px;
float:left;
} 

a.galleria span {
display:block; 
position:absolute;
width:1px; 
height:1px; 
top: 3px; 
left: 2px;
overflow:hidden; 
background:#000;
} 



a.galleria, a.galleria:visited{
display:block;
color:#4a679f;
font-weight:bold;
text-decoration:none;
border:1px solid #FF0000; 
width:120px; 
height:90px; 
float:left;
margin-top:3px;
margin-right:5px;
margin-left:5px;
z-index:100;
} 

a.galleria:active img, a.galleria:focus img {
border:1px solid #ddd; 
position:relative; 
z-index:50;
}

a.galleria:hover img {
border:1px solid #ddd;
position:relative;
z-index:100;
} 


a.galleria:hover {
border:1px solid #ddd;
} 


a.galleria:hover span{
display:block;
position:absolute;
height:auto;
width:500px;
top:10px;
left: 410px;
padding:3px;
background:transparent;
z-index:100;
} 


a.galleria:active span, a.galleria:focus span {
display:block; 
position:absolute; 
width:500px;
height:400px;
top:10px;
left: 410px;
padding:3px; 
color:#4a679f;
font-weight:bold;
background:transparent;
z-index:200;
}
