#lightbox
{
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlaycell
{
    background-image: url(http://196.36.5.168/images/lightbox/overlay.png);
    background-color: transparent;
    text-align: center;
    vertical-align: middle
}

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
}
	