/* for flash lightbox */
#lightbox {
	position: relative;
	left: auto;
	width: auto;
	text-align: center;
	line-height: 0;

	background-color: #fff;
	padding: 10px;
	z-index: 200;
}


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

#lightboxDetails {
	font-family: "Palatino Linotype", "Times New Roman", "Trebuchet MS", times, serif;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding-top: 0.4em;
}

#lightboxCaption {float: left;}

#closeButton {
	width: 66px;
	/*float: right;*/
	padding-bottom: 0.7em;
	display: none;
}	

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

#overlay {
	position: relative;
	top: auto;
	left: auto;
	z-index: 90;
	width: auto;
	height: auto;
	background: url(overlay.png);
}
	