	*{
			margin:0;
			padding:0;
		}
	
		#controllerwrap{
			margin:0px auto;
			height:30px;
			width:100%;
			bottom:0;
			z-index: 3;
			position:absolute;
			background: #333;
		}
		#controller{
			overflow: hidden;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:2em "Helvetica Neue", Arial, sans-serif;
			font-weight:normal;
			margin:0 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:normal;
			margin:.25em 0;
		}
	
		/*Supersize Plugin Styles*/
		#navigation{
			background: #000 no-repeat;
			float: right;
			margin:0 0 0 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;
			top: 80px;
		}
		
		#supersize img, #supersize a{
			width:100%;
			height: 205px;
			position:absolute;
			z-index: 0;
		}
		#supersize a {  }
		#supersize a:hover { background: none; }
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		#contentwrap, .sidebar {  z-index: 5;}

		#header { height: 343px; background: #fff url('../images/bkg-header-slideshow.png') 0 100% ; }
		body { overflow-x: hidden;}