
#lightbox {
	background-color: #111;
	padding: 6px;
	z-index: 1  !important;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
	color: white;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	z-index: 99 !important;
	clear: both;
}

#overlay img {
	border: none;
	z-index:  999 !important;
}

#overlay {

}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
}