#lightbox{
	background-color:#fff;
	color:#45101A;
	padding:10px;
	border:solid 1px #bebebe;
}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

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

#overlay{ background:#ebebeb url(/images/lightbox/overlay_bg.png); opacity:0.7; filter: alpha(opacity = 70); }
