#lightbox{ background-color: #FF9D40; padding: 10px; border-bottom: 2px solid #FF7C00; border-right: 2px solid #FF7C00; z-index: 500; }

#lightboxDetails{ font-size: 0.8em; padding-top: 0.4em; z-index: 501; }
	
#lightboxCaption{ float: left; z-index: 502; }

#keyboardMsg{ float: right; z-index: 503; }

#closeButton{ top: 5px; right: 5px; z-index: 504; }

#lightbox img{ border: none; clear: both; z-index: 505; }
 
#overlay img{ border: none; z-index: 506; }

#overlay{ background-image: url("/images/ambaoverlay.png"); z-index: 507; }

* html #overlay{ background-color: #333333; background-color: transparent; background-image: ; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ambaoverlay.png", sizingMethod="scale"); }

	
