#PhotoZoom{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 900;
	display: none;
}
#PhotoLoad{
	width: 100px;
	height: 20px;
	position: absolute;
	top: auto;
	left: auto;
	display: none;
	z-index: 910;
	font-weight: bold;
	color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(photoload.gif);
	padding-top: 80px;
	text-align: center;
}

#PhotoView{
	background-color: #FFF;
	padding: 10px;
	position: absolute;
	top: auto;
	left: auto;
	z-index: 920;
	display: none;
	padding-top: 30px;
}
#PhotoView img{
	margin: auto;
	display: block;
}
#PhotoView a{
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #555;
}
#PhotoView div{
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
#photo_legend{
	margin-top: 5px;
	font-size: 12px;
	color: #333;
}