


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;}
		
#lightboxCaption{
	float: left;
	
	cursor:default;}
#keyboardMsg{
	float: right;
	
	/* jimmy */
	color:#666666;
	font-size:10px;
	cursor:default;}
#keyboardMsg a kbd {
	font-size:10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;} 
#keyboardMsg a:hover kbd {text-decoration:underline;}
#closeButton{ top: 5px; right: 5px; }

#lightbox a {border:none;}
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('/templates/bjlinedance/lightbox-overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/bjlinedance/lightbox-overlay.png", sizingMethod="scale");
	}



