#lightbox{
	padding: 0;
	background: #000;
	border-bottom: 3px double #999;
	border-top: 3px double #999;
	}
#lightboxDetails{
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#closeButton{top: 5px; right: 5px; }

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


* #overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
	