#lightbox{
	background-color:#ffffff;
	padding: 10px;
	border-top: 3px solid #cccccc;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 3px solid #cccccc;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 2px;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }
