#lightbox{
	background-color:#111;
	position: absolute;
	z-index: 3000;
	margin-left: 5px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	display: none;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0; right: 0; }
*html #closeButton{margin-right: -2px; }
#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); height: 100%; position: absolute; z-index: 3000 }

* html #overlay{
background-image: none;
	background-color: #000;
    filter:alpha(opacity=70);
	}
	