/* mod per lightbox */
div#overlay{background: #303754}
#outerImageContainer, div#imageDataContainer{background: #262637}
#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') no-repeat 1% 15%; }
#nextLink, #nextLink:hover, #nextLink:visited:hover{
    background: url('../images/blacknext.png') no-repeat 99% 15%; }
#prevLink:hover, #prevLink:visited:hover, #nextLink:hover, #nextLink:visited:hover{
    filter:alpha(opacity=95);opacity:0.95} 