@charset "UTF-8";
/* CSS Document */

div#overlay{ background-color:#0066CC}
#outerImageContainer,div#imageDataContainer{background: #FFFFFF}
#imageData{color: #666666}

#imageData #bottomNavClose img{visibility:hidden}
#imageData #bottomNavClose{background: url(../images/closelabel.gif) no-repeat}

#prevLink,#nextLink{filter:alpha(opacity=60);opacity:0.5}
#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} 