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

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

#closeImage{
 border : 0px ;
 position : absolute;
 left:100%;
 top:20px;
 width : 40px ;
 height : 40px ;
 margin-left : -40px ;
 filter:alpha(opacity=20);
 -moz-opacity:0.2;
 opacity:0.2;
}
#closeImage:hover{
 filter:alpha(opacity=100);
 -moz-opacity:1;
 opacity:1;
}

#prevButton{
 position:absolute;
 margin-left:0px;
 left:0px;
 top:50%;
 margin-top:-22px;
 width:45px;
 height:45px;
 filter:alpha(opacity=20);
 -moz-opacity:0.2;
 opacity:0.2;
}
#prevButton:hover{
 filter:alpha(opacity=100);
 -moz-opacity:1;
 opacity:1;
}
#nextButton{
 position:absolute;
 margin-left:-45px;
 left:100%;
 top:50%;
 margin-top:-22px;
 width:45px;
 height:45px;
 filter:alpha(opacity=20);
 -moz-opacity:0.2;
 opacity:0.2;
}
#nextButton:hover{
 filter:alpha(opacity=100);
 -moz-opacity:1;
 opacity:1;
}
#Notice{
 position : absolute ;
 top:100%;
 left : 0% ;
 text-align : center ;
 width : 100% ;
 border: 0px ;
 border-top : 2px solid #ffffff ;
 padding : 5px 0px 5px 0px;
 margin-top : -32px;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 opacity:0.5;
 color : #ffffff ;
 background : #000000 ;
 z-index:100;
 display : none ;
}