/* CSS Document */
#lightbox {
	background-color:#fff;
	padding:10px;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
}
#lightboxDetails {
	font-size: 0.65em;
	padding-top: 0.4em;
}	
#lightboxCaption {
	float: left;
	color:#008DCE;
}
#keyboardMsg {
	float: right;
}
#keyboardMsg a {
	color:#000;
	font-weight:600;
	text-decoration:none;
}
#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:#3CAA27;
	-moz-opacity:0.5;
	opacity:.50;
	filter:alpha(opacity=50);
}