	#lightbox{
		background-color:#eee;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		text-decoration: none;
		}
	#lightbox a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #000000;
		text-decoration: none;
	
	}
	
	#lightboxDetails{
		font-size: 12px;
		padding-top: 0.4em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #4D4032;
		}	
	#lightboxCaption{ float: left; }
	#keyboardMsg{ float: right; }
	#closeButton{ top: 5px; right: 5px; }
	
	#lightbox img{
		clear: both;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	} 
	#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");
		text-decoration: none;
		}
		
	img {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}

