/* mod per lightbox */

#imageData #bottomNavClose { background: url(../immagini/chiudilabel.gif) no-repeat; }
#prevLink, #nextLink { filter: alpha(opacity=30); opacity:0.3; }
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../immagini/preclabel.gif) 1% 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../immagini/succlabel.gif) 99% 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover, #nextLink:hover, #nextLink:visited:hover { filter: alpha(opacity=95); opacity:0.95; } 

