#lightbox{
	background-color:#eaeaea;
	padding: 10px;
	border-bottom: 0px solid #333;
	border-right: 0px solid #333;
	}
#lightboxDetails{
    font-family: Arial;
	font-weight: bold;	
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{
	float: right;
	font: Arial;
	font-size: 11px;
	font-style:bold; 
	}

	#keyboardMsg a {
	font: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	
	}
	
	.keyboardmsgfont{
	font: Arial 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: #808080;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}
	