#lightbox{
	background-color:#eee;

	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 15px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 15px; }

#lightbox img{ border: none; clear: both; margin-left:0px; margin-top:10px} 
#overlay img{ border: none; margin-left:10px; margin-top:10px}

#overlay{ background-image: url(overlay.png);
  -moz-opacity: 0.8;
 opacity:.80;
filter: alpha(opacity=70);


 }