	

	#lightbox{
		background-color:#4E4E56; 
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		color:#f76700;
		border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-webkit-border-radius: 7px 7px 7px 7px;
	}
	#lightbox a:link {
		text-decoration: none;
		color:#f76700;
	}
	#lightbox a:visited {
		text-decoration: none;
		color:#f76700;
	}
	#lightbox a:hover {
		text-decoration: none;
		color:#f76700;
	}
	#lightbox a:active {
		text-decoration: none;
		color:#f76700;
	}
	#lightboxDetails{
		font-size: 1.5rem; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 	padding-top: 0.4em;
	}	
	#lightboxCaption{
		float: left; 
	}
	#keyboardMsg{
		float: right; 
	}
	#closeButton{ 
		top: 5px; right: 5px; 
	}
	#lightbox img{ 
		border: none; clear: both;
	} 
	#overlay img{ 
		border: none; 
	}
	#overlay{ 
		background-image: url("img/overlay.png");
	}
	* html #overlay{
		background-color: #333;
		background-color: transparent;
		background-image: url(../blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
