#Overlay{
 background : #000000 ;
 position : absolute ;
 width : 100% ;
 z-index : 1000 ;
 top : 0px ;
 left : 0px ;
 filter:alpha(opacity=80);
 -moz-opacity:0.8;
 opacity:0.8;
 display:none;
}
#window{
 background : #000000;
 position : absolute ;
 z-index : 2000 ;
 padding:2px;
 border:2px solid #ffffff;
 display: none;
 width:800px;
 height:600px;
}

#progressBar{
 position:absolute;
 top:50%;
 left:50%;
 margin-left:-63px;
 margin-top:-11px;
}

#closeImage{
 margin-left:-45px;
 left:100%;
 top:20px;
}
#prevButton{
 margin-left:0px;
 left:0px;
 top:50%;
 margin-top:-22px;
}
#nextButton{
 margin-left:-45px;
 left:100%;
 top:50%;
 margin-top:-22px;
}
.imageViewButton{
 position:absolute;
 width:45px;
 height:45px;
 filter:alpha(opacity=20);
 -moz-opacity:0.2;
 opacity:0.2;
}
#nextButton:hover, #prevButton:hover, #closeImage:hover{
 filter:alpha(opacity=100);
 -moz-opacity:1;
 opacity:1;
}

#image{
 visibility:hidden;
}

#Notice{
 position:relative;
 text-align:center;
 width:100%;
 border:0px;
 border-top:2px solid #ffffff ;
 padding:5px 0px;
 margin-top:-32px;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 opacity:0.5;
 color:#ffffff;
 background:#000000;
}

