#lightbox {
	background-color:#fff;
	border: 2px solid #a00;
}
#lightboxDetails {
	display: none;
}

#lightboxCaption {
	display: none;
}

#keyboardMsg {
	display: none;
}

#closeButton {
	display: none;
}

#lightbox img {
	border: 10px solid #fff;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background: transparent url('/images/lightbox/overlay.png') top left repeat;
}
