#lightbox{
	background-color:#eee;
	padding: 0px;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.0em;
	}	
#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(images/overlay.png); }

html #overlay{
	background-color:#333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
a:img{border:none}


a:link {color="#9C8225";text-decoration: none}
a:visited {color="#9C8225";text-decoration: none}
a:hover {color="#9C8225";text-decoration: underline}
