#lightbox
{
	border-right: #666 2px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: #666 2px solid;
	background-color: #eee;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption
{
	float: left;
}
#keyboardMsg
{
	float: right;
}
#closeButton
{
	right: 5px;
	top: 5px;
}
#lightbox IMG
{
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#overlay IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#overlay
{
	background-image: url(overlay.png);
}
* HTML #overlay
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="LightBox\overlay.png", sizingMethod="scale");
	background-image: url(blank.gif);
	background-color: transparent;
}
