/* CSS Document */

#lightbox /*style of container */
{
border-right: #666 2px solid; /* border of container */
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: #666 2px solid;
background-color: #eee; /* background of container */
}

#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-right: medium none;
border-top: medium none;
border-left: medium none;
border-bottom: medium none;}

#overlay img {
border-right: medium none;
border-top: medium none;
border-left: medium none;
border-bottom: medium none;}

#overlay {
background-image: url(overlay.png) }

* HTML #overlay {
background-color: transparent;
background-image: url(blank.gif);
}


