/* mod per lightbox */
div#overlay{background: #303754}
#outerImageContainer,div#imageDataContainer{background: url(../karategenovaimmagini/karategenovasfondo05.jpg)}
#imageData{color:#EEE}

#imageData #bottomNavClose img{visibility:hidden}
#imageData #bottomNavClose{background: url(../images/blackclose.png) no-repeat}

#prevLink,#nextLink{filter:alpha(opacity=30);opacity:0.3}
#prevLink,#prevLink:hover,#prevLink:visited:hover{
    background: url(../images/blackprev.png) 1% 15% no-repeat}
#nextLink,#nextLink:hover,#nextLink:visited:hover{
    background: url(../images/blacknext.png) 99% 15% no-repeat}
#prevLink:hover,#prevLink:visited:hover,
  #nextLink:hover,#nextLink:visited:hover{
    filter:alpha(opacity=95);opacity:0.95} 


