#lightbox{
	background-color:#000;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	color:#eee;
	font: 12px 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(http://www.goblindesign.com/css/overlay.png); }

a:link {  color: #FAE3AB; text-decoration: underline; font: Arial; font-size: 12px}
a:visited {  color: #FAE3AB; text-decoration: underline; font: Arial; font-size: 12px}
a:hover {  color: #FFCA54; text-decoration: underline; font: Arial; font-size: 12px}
a:active {  color: #FFCA54; text-decoration: underline; font: Arial; font-size: 12px}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http:www.goblindesign.com/css/overlay.png", sizingMethod="scale");
	}
	
