#lightbox {
background-color:#000000;
padding: 10px;
width: 600px; 
position: center; }

#lightboxDetails {
font-size: 0.8em;
padding-top: 0.4em;
width: 600px; 
position: center; }	

#lightboxCaption { 
float: left;
width: 600px;
position: center; }

#keyboardMsg { 
float: right;
width: 600px;
position: center; }

#closeButton { 
top: 5px; right: 5px;
width: 600px;
position: center; }

#lightbox img { 
border: none; 
clear: both;
width: 600px;
position: center; } 

#overlay img { 
border: none;
width: 600px;
position: center; }

#overlay { 
background-image: url(http://www.gatchina.org/imagcult/overlay.png);
width: 600px;
position: center; }

* html #overlay {
background-color: #000000;
background-color: transparent;
background-image: url(http://www.gatchina.org/imagcult/blank.gif);
width: 600px;
position: center;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gatchina.org/imagcult/overlay.png"); }
	