#lightbox {
	background-color: #eeeeee;
	padding:0px;
	border: 2px solid #666666;
	
}


#overlay {
	background-image: url(overlay.png);
	
}
#lightboxCaption {
	color: #333333;
	background-color: #eeeeee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	
}
#lightboxIndicator {
	border: 1px solid #ffffff;
}

