#lightbox{
	color: #000;
	background-color: #eee;
	padding: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; padding-bottom: 5px;}
#keyboardMsg{ 
	float: right;
	text-align: right;
	width: 185px;
	}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}
#overlay[id]{
	position:fixed;
}