#lightbox {
	background-color:#ffffff;
	padding: 13px;

	border:1px solid #81b46f;
}
#lightboxDetails {
	font-size: 11px;
	padding-top: 5px;
	font-family: "trebuchet MS", Arial;
	color: #555555;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 0; right: 0; }

#lightbox img { border: none; clear: both;} 

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	