/* =Lightbox Styles */
/* ----------------------------------------------------- */
	
/* lightbox */
#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-family: "Trebuchet MS", Arial, tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.6em; 
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;font-weight:bold; }
#keyboardMsg{ float: right; }
#closeButton{ bottom: 5px; right: 5px;width:86px;height:22px; }

#lightbox img{ border: none; clear: both;} 

#overlay img { border: none; }

#overlay 
{
	z-index: 90;
	background-color: #2C455F;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90; }



/* end lightbox */
