/* mod per lightbox */
div#overlay{background: #303754}
#outerImageContainer,div#imageDataContainer{background: #000}
#imageData{color:#eee}

#imageData #bottomNavClose img{visibility:hidden}
#imageData #bottomNavClose{background: url(../bkg/blackclose.png) no-repeat}

/*#prevLink,#nextLink{filter:alpha(opacity=30);opacity:0.3}*/
#prevLink,#prevLink:hover,#prevLink:visited:hover{
    background: url(../bkg/blackprev.png) 1% 15% no-repeat}
#nextLink,#nextLink:hover,#nextLink:visited:hover{
    background: url(../bkg/blacknext.png) 99% 15% no-repeat}
/*#prevLink:hover,#prevLink:visited:hover,
  #nextLink:hover,#nextLink:visited:hover{
    filter:alpha(opacity=95);opacity:0.95} */



