/* mod per lightbox */
div#overlay{background: #333333}
#outerImageContainer,div#imageDataContainer{background: #FFFFFF}
#imageData{color:#333333}

#imageData #bottomNavClose img{visibility:hidden}
#imageData #bottomNavClose{background: url(../images/closelabel.gif) no-repeat}

#prevLink,#nextLink{filter:alpha(opacity=100);opacity:0.3}
#prevLink,#prevLink:hover,#prevLink:visited:hover{
    background: url(../images/prevlabel.gif) 1% 15% no-repeat}
#nextLink,#nextLink:hover,#nextLink:visited:hover{
    background: url(../images/nextlabel.gif) 99% 15% no-repeat}
#prevLink:hover,#prevLink:visited:hover,
  #nextLink:hover,#nextLink:visited:hover{
    filter:alpha(opacity=95);opacity:0.95} 



