#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #523f15;
	border-right: 2px solid #735035;
	border-top: 2px solid #eccf58;
	border-left: 2px solid #dfc15b;
	text-decoration:none;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none;
	}	
span#lt{font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; text-decoration:none;}

#lightboxCaption{ float: left; text-decoration:none;}
#keyboardMsg{ float: right; text-decoration:none;}
#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: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	