#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-style: double
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight:bold
	}	
#lightboxCaption{ float: left; 
font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px;
font-family: Tahoma;
	font-size: 10px;
	color: #333333;
 }

#lightbox img{ border: none; clear: both;
font-family: Tahoma;
	font-size: 11px;
	color: #333333;
} 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png);
font-family: Tahoma;
	font-size: 10px;
	color: #2B1B16;

 }

* html #overlay{
	background-color: #666666;
	background-color: transparent;
	background-image: url(lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	 A.xxx {
	font: 10px verdana;
	color: #FF6B26;
	text-decoration: none;
	font-weight:bold
}
A.xxx:hover {
	color: #333333;
	text-decoration: underline;
  font-weight:bold
}

