#lightbox{
	background-color:		#ffffff;
	border-left:			1px solid #999999;
	border-top:				1px solid #cccccc;
	border-bottom:			2px solid #333333;
	border-right:			2px solid #666666;
}
#lightboxDetails{
	display:				none;
	font-size:				0.8em;
	padding-top:			0.4em;
}	
#lightboxCaption{
	display:				none;
}
#keyboardMsg{
	display:				none;
}
#closeButton{
	position:				absolute;
	top:					0px;
	right:					0px;
	width:					114px;
	height:					43px;
}
#lightbox img{ 
	border:					none; 
	clear:					both;
} 
#loadingImage {
	width:					40px;
	height:					40px;	
}
#overlay img{ 
	border:					none; 
}

#overlay{ 
	background-image:		url(overlay.png); 
}
* html #overlay{
	background-color:		#333;
	background-color:		transparent;
	width:					100%;
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Include/overlay.png", sizingMethod="scale");
}