#introlist_lightbox ul {
	margin:0;
	padding:0;
	list-style:none;
}
#introlist_lightbox ul li {
	float:left;
	margin:0;
	padding:0 2px 2px 0;
	vertical-align:top;
}
#introlist_lightbox ul li a img {
	margin:0;
	padding:0;
	vertical-align:top;
}

#lightbox{
	background-color:#ffffff;
	padding: 10px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top:10px;
	font-family: Arial;
	color: #555555;
	
	}	
#lightboxCaption{ padding:0px 0px 10px 10px;  }

#keyboardMsg{ float:right; width:200px; text-align:right;  }
#keyboardMsg a { display:block; padding:0px 10px 10px 0px; }
#keyboardMsg a:link  { text-decoration: none; color: #666666; }
#keyboardMsg a:active { text-decoration: none; color: #666666; }
#keyboardMsg a:visited { text-decoration: none; color: #666666; }
#keyboardMsg a:hover { text-decoration: none; color: #666666; }
#keyboardMsg img { vertical-align:middle; }

#closeButton{ top: 0; right: 0; }

#lightbox img{ border: none; clear: both;} 
/*
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

#overlay img { border: none; }

#overlay { background-image: url(overlay.png); }

html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	*/
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
