
.thumbContainer
    {
    display: block;
    overflow: hidden;
    width: 100%;
    }

.thumbnail
    {
    border:1px solid #DDDDDD;
    float:left;
    margin: 10px;
    padding:4px;
    }

.thumbnail a
    {
    color: #00c0de;
    font-weight: bold;
    text-decoration: none;
    }

.thumbnail a:hover
    {
    text-decoration: none;
    }

.thumbnail a img
    {
    border:0;
    padding:O;
    }

kbd
    {
    background-color:#DDDDDD;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    color:#555555;
    font-family:inherit;
    font-size:inherit;
    padding:0pt 3px 2px 4px;
    }

#lightbox
    {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#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;
    }

#overlay
    {
    background-image: url(http://www.zwetan.com/img/overlay.png);
    }

* html #overlay
    {
	background-color: #333;
	background-color: transparent;
	background-image: url(http://www.zwetan.com/img/overlay.png)
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.zwetan.com/img/overlay.png", sizingMethod="scale");
	}
