#lightbox{
	padding: 0px;
	border: 0px solid #442244;
}
	
#lightboxDetails{
	height: 0px;
	font-size: 0.8em;
	padding-top: 0.4em;
}	
	
#lightboxCaption{ 
	height: 0px;
	text-align: center; 
	color: #442244; 
	text-transform: uppercase; 
	font-family: Verdana; 
	font-size: 14px
}

#lightboxTitle {
	height: 0px;
	color: #442244; 
	text-transform: uppercase; 
	font-family: Verdana; 
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
}

#lightbox a {
	height: 0px;
	text-decoration: none;
}

#keyboardMsg{ display: none; float: right; }
#closeButton{ top: 16px; right: 12px; }

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

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

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