#lightbox{
	background-color : #1c3f99;
	padding: 10px;
	border-bottom: 2px solid #7abbeb;
	border-right: 2px solid #7abbeb;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 8px;
        font-weight : bold;
	}	
#lightboxCaption{ float: left; }
#closeButton{ top: 8px; right: 8px; }

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


