#lightbox{
	background-color:#fff;
	border:#333333 solid 3px;
	padding: 10px;
	margin:0 auto;
	clear: both;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; width:100%; background:url(../images/l.gif) bottom center repeat-x; text-align:center; padding:15px 0 15px 0; margin:0; font-weight:bold;}
#keyboardMsg{ float: left;width:100%; text-align:center;padding:0 0 15px 0;
 }

#closeButton{
    float:right;text-align:center; bottom:15px; right:10px; 
}
	
	
#lightbox img{ border: none; clear: both; } 
#overlay img{ border: none; }

#overlay{background-color: #333; filter: Alpha(Opacity=60);-moz-opacity: 0.6;
}

