
#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
}


#popup-window {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	z-index: 1500;
	background: #fff;
	text-align: center;
}

#loading {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -50px;
	z-index: 1500;
	background: #fff;
	text-align: center;
}

#show-img {
	margin: 0 auto;
	padding-bottom: 10px;
}
#show-img img {
	border: 10px solid #fff;
}

#show-txt {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 80%;
	text-align: left;
}

#popup-window #close {
	display: none;
	position: absolute;
	bottom: 2px;
	right: 10px;
}

a#previous {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	outline: 0px;
}

a#next {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	outline: 0px;
}