 * {
    margin: 0;
    padding: 0;
}

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

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

body {
    overflow: hidden; /*Needed to eliminate scrollbars*/
    background: #ffffff;
	
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 
#main{
			margin:0px auto;
			
			width:100%;
			top:3%;
			z-index: 3;
			position:relative;
		}
#content{
			margin:0px auto;
			width:100%;
			top:3%;
			z-index: 3;
			position:absolute;
		}
		
		#contentframe{
	position: absolute;
	right: 25px;
	top: 60px;
	width: 450px;
	z-index: 3;
	height: 100px;
		}

		#slidecaption{
			background-color:rgba(255,255,255,0.6);
			color:#000;
			text-align:right;
	        float:right;
			font-size:12px;
			margin:33px 0;
			width:70%;
			margin:5px 5px;
			overflow:hidden;
		
}

		/*Supersize Plugin Styles*/
		#navigation{
	position: absolute;
	right: 0px;
	top: -80px;
	width: 250px;
	z-index: 3;
	height: 100px;
		}
		#navigation a {
			font-size:60px;
			color:#000;
			float:right;
			letter-spacing:3px;
			margin-top:0px;
			text-decoration:none;
		}
	#navigation a:hover {
		color:#666666;
	}
	#navigation a#prevslide {
			
			margin-left:5px;
		}
		#loading {
			position: absolute;
			top: 50%; 
			left: 50%;
			z-index: 3;
			width: 24px; 
			
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.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;
		}
.clear {
	clear:both;
}
