#hiddenlinked {
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align:left;
	z-index: 5;
	position: absolute;
	visibility: visible;
	cursor: default;
}

#content {
	margin: 0px;
	height: auto;
	width: 100%;
	bottom: 5%;
	z-index: 300;
	position: absolute;
	right: 0%;
}

#contentframe {
	overflow: hidden;
	text-align:center;
	margin: 0px;
	height: auto;
	width: 100%;
	bottom: 30%;
	z-index: 300;
	position: absolute;
	right: 0%;
}

#slidecounter {
	float:left;
	margin:10px;	
}

#slidecaption {
	overflow: hidden;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 1em;
	bottom: 25%;
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	background-color: #FFF;
	letter-spacing: 0.25em;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	position: absolute;
	z-index: 300;
}

#slidecaptions {
	overflow: hidden;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 1em;
	bottom: 25%;
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	background-color: #FFF;
	letter-spacing: 0.25em;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	position: absolute;
	z-index: 300;
}

/*Supersized Stamp*/
.stamp {
	float: right;
	margin: 10px 20px 0 0;
}

/*Supersize Plugin Styles*/
#navigation {
	float: right;
	margin:5px;
	overflow: hidden;
	text-align:right;
	height: auto;
	width: 100%;
	bottom: 5%;
	z-index: 300;
	position: absolute;
	right: 0%;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize {
	position:absolute;
}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
		
		

