
     
#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 1px outset #666;
	border-color: #f1f1f1 #666 #666 #f1f1f1;
     
	}
#lightboxDetails{
	font-size: 11px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-weight: bold}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay{
	/*background-image: url('../javascripts/oldlightbox/overlay.png');*/
     }
	

