#lightbox { border: 5px solid #29526D; background: #fff;}
#lightboxDetails { }	
#lightboxCaption {padding: 4px; text-align: center }
#closeButton { top: 0px; right: 0px; }
#lightbox img { border: 1px solid #fff; clear: both;} 
#overlay img { border: none; }
#overlay {
	background-color:#29526D;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;/**/
}

	
