		*{
			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*/
			background:#000;
		}
		#content{
			border-bottom-style: none;
			border-top-style: none;
			margin:0px auto;
			height: 50px;
			width:100%;
			bottom:0%;
			z-index: 3;
			background: no-repeat 90%;
			position:absolute;
		}
		#menu{
			margin-left: 15px;
			margin-top: 12px;
			float: left;
		}
		#contentframe{
			border-bottom-style: none;
			border-top-style: none;
			overflow: hidden;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#menu ul li{
			text-decoration: none;
			list-style-type: none;
			float: left;
			
		}
		#slideCats{
			top: 0px;
			clear: both;
			margin-right: 15px;
			margin-bottom: 10px;
			bottom: 0px;
			z-index: 5;
			right: 5px;
			position: absolute;
			margin-top: 10px;
		}
		#slideCats ul li{
			margin-bottom: 10px;
			text-decoration: none;
			list-style-type: none;
			float: left;
			
		}
		#slidecounter{
			margin-left: 20px;
			margin-bottom: 5px;
			margin-right: 20px;
			margin-top: 5px;
			float:left;
			color:#4F4F4F;
			font:35px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;	
		}
		#slidecaption{
			margin-left: 0;
			margin-bottom: 15px;
			margin-right: 0;
			margin-top: 15px;
			overflow: hidden;
			float:left;
			color:#FFF;
			font:20px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			margin-left: auto;
			margin-bottom: 20px;
			margin-right: auto;
			margin-top: 5px;
			background: no-repeat;
			width: 175px;
		}
		#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;
		}
		#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;
		}
		