#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;
}
.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: right;
}
#keyboardMsg {
	FLOAT: left
}
#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= "overlay.png" , sizingMethod= "scale" );
	background-image: url(blank.gif);
	background-color: transparent;
}



