#back {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#spacer {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
#center {
	position: absolute;
	width: 500px;
	height: 100%;
	left: 50%;
	margin-left: -250px;
}
#frame {
	position: absolute;
	top: 20%;
	left: 0px;
	border: 2px solid gray;
	width: 500px;
	text-align: left;
}
#titlebar {
	position: absolute;
	background-color: #fa4c46;
	margin-right: 30px;
	margin-left: 0px;
	padding: 0px;
	top: 0px;
	width: 500px;
	height: 20px;
	border-bottom: 2px solid gray;
}
#title {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: verdana;
	font-size: 12pt;
	color: white;
	font-weight: bold;
}
#close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	align: center;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	font-family: verdana;
	font-size: 13pt;
	background-color: white;
	text-align: center;
	color: black;
	cursor: pointer;
	border-left: 2px solid gray;
	overflow: hidden;
}
#info {
	margin-top: 20px;
	padding: 5px;
	background-color: #fdf8e5;
}
#imgcontainer {
	background-color: white;
	width: 220px;
	height: 220px;
	text-align: center;
	border: 1px solid red;
}
#navbar {
	position: absolute;
	left: -42px;
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
	width: 500px;
	height: 30px;
	text-align: center;
	border: 2px solid gray;
}
#index {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: gray;
	padding-top: 6px;
}
#prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 30px;
	background-color: white;
	text-align: center;
	border-right: 2px solid gray;
}
#next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 30px;
	background-color: white;
	text-align: center;
	border-left: 2px solid gray;
}
html { height: 100% }
body { height: 100% }