#overlay {
	z-index: 90;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50); moz-opacity: 0.5;opacity: 0.5;
}
#overlaypic {
	z-index: 100;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	padding-top: 11%;
	text-align: center;
}
#pic {
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
#pic img {
	border: #fff 8px solid;
}
#caption {
	background: white;
	padding: 0 8px 8px 8px;
	font-size: 14px;
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
	font: normal 11px verdana, arial, tahoma, sans-serif;
}
#close {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0; right: 0;
	display: none;
	background: url('/images/close.gif') 0 0 no-repeat;
}