#photost {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 200;
}
#photost img {
	margin: 21px auto 0 auto;
	padding: 13px 10px;
	background: #fff;
	display: block;
}
#photostclose {
	position: absolute;
	cursor: pointer;
	right: 0px;
	margin: 2px 10px 0 0;
	height: 10px;
	width: 10px;
	background: #fff url("/img/close.gif") right bottom no-repeat;
}
#photostmask {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	min-height: 100%;
	width: 100%;
	background: #000;
	z-index: 100;
}
