#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	max-height:780px; 
	max-width:1024px;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	max-height:768px; 
	max-width:1024px;
}	
#lightboxCaption{ 
	float: left; 
	max-height:780px; 
	max-width:1024px;
}
#keyboardMsg{ float: right; }
#closeButton{ 
	top: 5px; 
	right: 5px; 
}
#lightbox img{ 
	border: none; 
	clear: both; 
	max-height:768px; 
	max-width:1024px;
} 
#overlay img{ 
	border: none; 
	max-height:780px; 
	max-width:1024px;
}

#overlay{ 
	background-image: url(./lightbox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./lightbox/overlay.png", sizingMethod="scale");
	max-height:780px; 
	max-width:1024px;
}
	
