#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(../images/web/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/web/overlay.png", sizingMethod="scale");
	}

#mygallery{
margin: 0 0 0 -38px;
padding-top: 18px;
#padding-top: 35px;
width: 515px;
}

#thumbs li{
display:inline;
float: left;
margin: 0 7px 4px 0;
}

#thumbs img{
border-style: solid;
border-color: #C8B89E;
border-width: 1px;
}

#thumbs li:hover{
opacity: .75;
filter: alpha(opacity=75);
}
