#lightbox{
	background-color:white;
	padding: 20px; 
	max-width:710px;
	}
#lightboxDetails{
	font-size: 13px;
      color: black;
	padding-top: 0.4em; max-width:500px; 
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both; max-width: 650px; max-height:600px;} 
#overlay img{ border: none; max-width:}

#overlay{ background-image: url(assets/overlay.png);}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image:;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="assets/overlay.png", sizingMethod="scale");
	}
