html {
	background: #111;
	height: 100%;
	overflow: hidden;
	display: block;
}

#pagewrap {
	overflow: hidden;
	text-align: left;
	padding-bottom: 20px;
	cursor: pointer;
	height: 100%;
	display: block;
	visibility: hidden;
}

#content {
	display: block;
	width: 100%;
	height: 100%;
}

#banner {
	position: absolute;
	z-index: 9000; /* banner */
	text-align: center;
	width: 100%;
	height: 100px;
	top: 5px;
	cursor: default;
}


#entry-bg {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#entry-cluster {
	display: block;
	width: 100%;
	text-align: center;
	top: 0;
	position: absolute;
	left: 0;
}

#entry-image {
	height: 100%;
}

#entry-caption {
	font-size: 12px;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 6000; /* entry-caption */
	-moz-opacity: 0.999999;
	left: 0;
	bottom: 8px;
}

#entry-caption-shadow {
	font-size: 12px;
	color: #000;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5999; /* entry-caption */
	-moz-opacity: 0.999999;
	left: 1px;
	bottom: 7px;
}

/* @group caption-text */

#caption-text {
	display: inline;
	text-shadow: #000000 0 1px 3px;
}

#caption-text a  {
	color: #fff;
}

#caption-text a:hover  {
	color: #ccc;
}



/* @end */


#previous-next-cluster {
	z-index: 6900; /* puts these above nav-overlay */
	display: block;
	height: 18px;
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#previous-next-elements {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#previous {
	display: inline-block;
	padding-right: 4px;
}

#next {
	display: inline-block;
	padding-left: 4px;
}


