* {
	margin: 0;
	padding: 0;
}

a {
	color: #8FC2FF;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

body {
	overflow: hidden;
	/*Needed to eliminate scrollbars*/
	background: #fff;
}


#logo {
	border: none;
	z-index: 3;
	visibility: visible;
	position: absolute;
	display: inline;
	bottom: 120px;
}

#contenttable {
	height: 75px;
	width: 100%;
	z-index: 3;
	position: absolute;
	bottom: 2px;
	text-align: center;
	border-style: none;
}

#content {
	margin: 0 auto 0px;
	height: 75px;
	width: 100%;
	z-index: 3;
	background: url(../images/transpBlack.png) repeat 90%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #4F4F4F;
	position: absolute;
	bottom: 15px;
	text-align: center;
}

#content1 {
	margin: 0px auto;
	height: 37px;
	width: 100%;
	bottom: 85px;
	z-index: 3;
	background: url(../images/transpWhite.png) repeat 90%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #4F4F4F;
	position: absolute;
	left: 0px;
}

#contentframe {
	border-top: solid 1px #000;
	border-bottom: 1px solid #fff;
	height: 100%;
	text-align: center;
	z-index: 3;
	overflow: hidden;
}

#contentframe1 {
	overflow: hidden;
	border-top: solid 1px #4F4F4F;
	border-bottom: 1px solid #fff;
	height: 100%;
	text-align: left;
	z-index: 3;
	position: relative;
}

#slidecounter {
	float: left;
	color: #232424;
	font: 12px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 8px 20px;
}

#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 12px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 8px 0;
}

/*Supersized Stamp*/

.stamp {
	float: right;
	margin: 25px 20px 0 0;
	position: relative;
	bottom: 18px;
}

/*Supersize Plugin Styles*/

#navigation {
	float: right;
	margin: 1px 20px 0 0;
	background-image: url(../images/navbg.gif);
}

#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: fixed;
	opacity: 0.45;
}

#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;
}

#fadeshow1 {
	text-align: center;
	background-color: transparent;
	display: block;
	position: absolute;
}

#fadeshow2 {
	text-align: center;
	background-color: transparent;
	display: block;
	position: absolute;
}

#fadeshow3 {
	text-align: center;
	background-color: transparent;
	display: block;
	position: absolute;
}

#textcontent {
	display: block;
	position: absolute;
}
