html, body {
	height: 100%;
	border: none;
}
body {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 780px;
	margin: 0px;
	margin-left: -380px;
	background: #000000;
	color: #FFFFFF;
	text-align: justify;
	font-family: verdana, arial;
	font-size: 12px;
}
#leftbutton, #rightbutton {
	display: block;
	position: absolute;
	top: 50%;
	height: 110px;
	width: 14px;
	margin: 0px;
	margin-top: -100px;
	text-decoration: none;
	color: #ffffff;
	background: #111111;
	border: #666666 1px dotted;
	padding-top: 90px;
	padding-left: 4px;
	cursor: pointer;
	z-index: 50;
}
#leftbutton {
	left: 0px;
}
#rightbutton {
	right: 0px;
}
#leftbutton:hover, #rightbutton:hover {
	background: #cccccc;
	color: #000000;
	border: #666666 1px solid;
}
#folderSelector {
	width: 740px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	border: #666 1px dotted;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 5;
}
#folderSelector a {
	display: block;
	float: left;
	padding: 2px;
	margin: 2px;
	border: #666 1px solid;
	font-size: 10px;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}
#folderSelector a:hover {
	background: #222;
}
#progressDisplay {
	font-size: 10px;
	display: block;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 30px;
	margin: 0px;
	position: absolute;
	right: 0px;
	z-index: 5;
	text-align: right;
}
#poweredby {
	display: block;
	position: absolute;
	border: none;
	left: 0px;
	bottom: 1px;
	width: 62px;
	height: 30px;
	background-image: url('images/poweredby.gif');
	z-index: 3;
}
#loadingOverlay {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -25px;
	border: #ffffff 1px solid;
	background: #000000;
	color: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	z-index: 20;
	text-align: center;
	visibility: hidden;
	padding: 10px;
	font-size: 20px;
}
#picturecontainer {
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	width: 740px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
#picturecontainer img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
}
#picturecontainer img.active {
	display: block;
}