#immagini{
width:100%;
clear:both;
}

#thumb{
float:left;
width:140px;
font-size:10px;
font-style:italic;
text-align:left;
margin-left:40px;
line-height:11px;
margin-bottom:20px;
}


#thumb img{
border-color:#7AAB90;
}

#thumb :hover img{
border-color:#E60086;
}

#immagini2{
width:100%;
clear:both;
}

#thumb2{
float:left;
font-size:10px;
font-style:italic;
text-align:left;
margin-left:0px;
margin-right:10px;
line-height:11px;
border:solid 1px #E60086 ;
}


#thumb2 img{
border-color:#7AAB90;
}

#thumb2 :hover img{
border-color:#E60086;
}