#lightbox{
	background-color:#eee;
	padding: 10px;
/*	border-bottom: 2px solid #666;
	border-right: 2px solid #666;*/
	border: 1px solid #ccc;
	box-shadow:			0 0 10px #ddd;
	-webkit-box-shadow:	0 0 10px #ddd;
	-moz-box-shadow:	0 0 10px #ddd;
-moz-box-shadow:

	-webkit-border-radius:		5px;
	-moz-border-radius:			5px;
	border-radius:				5px;

	}
#lightboxDetails{
	font-size: 70%;
	padding-top: 10px;
	}	
#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(/static_images/overlay_white.png); }

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