#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif; 
	}
#lightboxDetails
{
	font-size:12px;
	text-align:left;
	margin-top:10px;
	color:#2851AA;
	font-weight:bold;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg
{
	float: right; 
}
#keyboardMsg a 
{
	text-decoration:none;
	color:#333;
	font-size:14px;
	font-weight:bold;
}

#keyboardMsg a:hover
{
	text-decoration:none;
	color:#000;

	font-size:14px;
	font-weight:bold;
}

#closeButton{ top: 5px; right: 5px; }

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

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	