#shadow {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:999;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#photoBox {
	display: none;
	position:absolute;
	top: 5%;
	left: 25%;
	width: 50%;
	height: 70%;
	padding: 26px 25px 10px 25px;
	background-color: #fff;
	z-index:9999;
	overflow: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}