/* =Supersize Intro
----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body {
	overflow: hidden; /*Needed to eliminate scrollbars*/
	color: #babcbb;
	font: 12px "Helvetia", "Arial";
	background: #FFF;
}

/*Supersize Plugin Styles*/

#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 58px;
	height: 28px;
	text-indent: -999em;
	background-image: url(../img/loading.gif);
}

#supersize {
	position: fixed;
}

#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;
}

#content{
	margin:0px auto;
	height:20px;
	width:250px;
	top:10px;
	right: 10px;
	z-index: 3;
	background:#FFF transparent;
	position:absolute;
		}
		
#contentframe{
	text-align:right;
	overflow: hidden;
	height: 100%;
	text-align:left;
	z-index: 3;
}

