#PhotoViewer_Close {
	background: url(../images/x.gif) no-repeat;
	display: block;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 14px;
}

#PhotoViewer_Close,
x:-moz-any-link {
	float: right;
	margin: -22px 0 0 0;
	position: static;
}

#PhotoViewer_Close,
x:-moz-any-link,
x:default {
	float: none;
	margin: 0;
	position: absolute;
}

#PhotoViewer_Container {
	background: #fff url(../images/indicator.gif) no-repeat center center;
	border: 1px solid #000;
	display: inline-block;
	margin: 40px 0;
	min-height: 300px;
	min-width: 300px;
	padding: 32px 10px 10px;
	position: relative;
}

#PhotoViewer_Container,
x:-moz-any-link {
	display: table;
	float: left;
	margin: 40px auto;
}

#PhotoViewer_Container,
x:-moz-any-link,
x:default {
	display: inline-block;
	float: none;
	margin: 40px 0;
}

#PhotoViewer_Overlay {
	background: url(../images/overlay.png);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

#PhotoViewer_Photo {
	display: block;
}

#PhotoViewer_Wrapper {
	display: none;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100001;
}