#lightbox{
background-image: url("images/bg_cars.gif");
	background-color:#dcd7d1;
	padding: 10px;
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}   
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
	
#lightboxCaption{ float: left; }    

#keyboardMsg{ float: right; }   

#closeButton{ top: 15px; right: 15px; }

#lightbox img{ border: 0px; clear: both;}  

#overlay img{ border: none; }

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

* html #overlay{
	background-color: #eee;
	back\ground-color: transparent;
	background-image: url(images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

.boxfonts {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
	
