#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;

	-webkit-border-top-left-radius:		5px;
	-webkit-border-top-right-radius:	5px;
	-webkit-border-bottom-right-radius:	5px;
	-webkit-border-bottom-left-radius:	5px;
	-moz-border-radius-topleft:			5px;
	-moz-border-radius-topright:		5px;
	-moz-border-radius-bottomright:		5px;
	-moz-border-radius-bottomleft:		5px;
	border-top-left-radius:				5px;
	border-top-right-radius:			5px;
	border-bottom-right-radius:			5px;
	border-bottom-left-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");
	}
	
