#lightbox {
	background-color:#fff;
	padding: 20px;
	border-top: 4px solid #9EAF2D;
	border-bottom: 8px solid #444;
	
	}

#lightboxCaption {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #444;
	padding-top: 10px;
	}

#lightbox img { border: none; } 

#overlay img { border: none; }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	}
