#overlay {
 position: fixed; 
 _position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
 background: rgba(105,105,105,0.7); 
 *background: #696969; 
 * *filter: alpha(opacity=40); 
 *  display: none; 
 *   z-index:9999;
}

#lightbox {
 position: fixed; 
 _position: absolute; 
 padding: 10px; 
 background: #fff; 
 display: none; z-index:10000; 
}

#lightbox.loading {
 background: #fff url('/images/loading.gif') no-repeat 50% 50%;
}
		
#lightbox a.close {
 color: #fff; 
 background: #000;
 font-weight: bold; 
 position: absolute; 
 right: 0; 
 top: 0; 
 display: block; 
 font-size: 15px; 
 z-index: 5; 
 padding: 5px;
 text-decoration: none; 
}

