#lightbox{
	background-color:#000;
	padding: 15px;
	border: 1px solid #fff;
	}
	
#lightboxDetails{
	font-family: Chicago, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
	padding-top: 1em;
	text-align: justify;
	}
		
#lightboxCaption{ 
	width: 100%;
}

#lightboxCaption a:hover, #lightboxCaption a:active {
	color: #0099FF;
}

#keyboardMsg{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

#keyboardMsg a {
	font-family: Chicago, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	color: #000;
	width: auto;
	display: block;
	padding: 2px;
	background-color: #fff
}

#keyboardMsg a:hover, #keyboardMsg a:active  {
	color: #999;
	width: auto;
	background-color: #333;  
	text-decoration: underline;
}

#closeButton{
	top: 0px;
	right: 0px;
}

#lightbox img{ 
	border: none;
	clear: both;
}
 
#overlay img{
	border: none;
}

#overlay{
	background-image: url(images/overlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	