#lightbox{
	background-color:#fff;
	padding: 35px 0 6px 0;
	border-top: 2px solid #ccd;
	border-right: 2px solid #667;
	border-bottom: 3px solid #334;
	border-left: 2px solid #99a;
	}
#lightboxDetails{
	font-size: 12px;
	padding: 4px 0;
	}	
#lightboxCaption{ float: left; padding:0 6px;}
#keyboardMsg{ float: right;  padding:0 12px;}
#closeButton{ top: 5px; right: 6px; }

#lightbox img{ border: none; clear: both;text-align:right;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }


