/* CSS Document */

.lightboxthumbnail img{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	float: left;
	/* CSS3 standard */
	opacity:1.0;	
	}	
.lightboxthumbnail:hover img {
	border: 1px solid #333333;
	float: left;
	/* CSS3 standard */	
	opacity:0.75;
}	

#lightbox{
	background: #ffffff url(../images/lboxclose.gif) no-repeat bottom right;	
	padding: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color: #000;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

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

* html #overlay{
	background-color: #555555;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	}