/*
Supersized - Fullscreen Slideshow jQuery Plugin Stylesheet Version 3.0
By Sam Dunn (www.buildinternet.com // www.onemightyroar.com)
Version: supersized.3.0.js
Website: www.buildinternet.com/project/supersized
*/

	*{
	    margin:0;
	    padding:0;
	}
	a{
	    color:#8FC2FF;
	    text-decoration: none;
	    outline: none;
	}

	img{
	    border:none;
	}
	body {
	    overflow:hidden;/*Needed to eliminate scrollbars*/
	    background:#000;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11pt;
	}
	/*Area to place content normally*/
	#content-wrapper{ 
		width:100%; 
		height:100%; 
		position:absolute; 
		top:0; 
		overflow:auto; 
		z-index:4; 
		text-align:center; 
	}
	
	/*Controls Section*/
	#controls-wrapper{
	    margin:0px auto;
	    height:200px;
	    width:100%;
	    bottom:0;
	    z-index: 5;
	    background:url('images/footer.png') repeat-x;
	    position:absolute;
	}

	/*header*/
	#header-wrapper{
	    margin:0px auto;
	    height:83px;
	    width:100%;
	    top:0;
	    z-index: 5;
	    background:url('images/nav-bg.png') repeat-x;
	    position:absolute;
	}
	
	#controls{
	    overflow: hidden;
	    height: 100%;
	    text-align:left;
	    z-index: 5;
	    padding:0 0 0 0px; /* Increase padding to give thumbnails room */
	}

	#footer_column1{
	    margin: 22px 0;
		overflow: hidden;
		width: 50%;
	    text-align:right;
	    z-index: 5;
		color: white;
		border-right: 1px solid white;
		float: left;
	}

	#footer_column1 h4 {
		padding-right: 20px;
		}
	
	#footer_column1 p {
		padding-right:20px;
		padding-left: 50px
		}

	#footer_column2{
	    overflow: hidden;
	    height: 100%;
	    text-align:left;
	    z-index: 5;
		color: white;
	}

	#footer_column2 h4 {
		padding-top:22px;
		padding-left: 20px;
		}
	
	#footer_column2 p {
		padding-left:20px;
		}

	#footer_column3{
	    overflow: hidden;
	    height: 100%;
		width: 100%;
	    text-align:left;
	    z-index: 5;
	    padding:0 10px; /* Increase padding to give thumbnails room */
		margin-top: 25;
		margin-bottom: 25;
		color: white;
	}

	/*header*/
	#header{
	    overflow: hidden;
	    height: 103px;
	    text-align:left;
	    z-index: 5;
	    padding:20 20 20 20px; /* Increase padding to give thumbnails room */
		color: white;
	}
	
	#slidecounter{
	    float:left;
	    color:#888;
	    font:23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px -1px 0px;
	    margin:19px 10px 18px 20px;	
	}
	#slidecaption{
	    overflow: hidden;
	    float:left;
	    color:#FFF;
	    font:16px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px 2px 0px;
	    margin:23px 20px 23px 0;
	}
	
	
	/*Supersized Link*/
	.stamp{ float: right; margin: 15px 30px 0 0;}
	
	
	/*Supersize Plugin Styles*/
	#navigation{
	    float: right;
	    margin:10px 20px 0 0;
	}
	#loading {
	    position: absolute;
	    top: 49.5%; 
	    left: 49.5%;
	    z-index: 10;
	    width: 24px; 
	    height: 24px;
	    text-indent: -999em;
	    background-image: url(images/progress.gif);
	}
		/* Click to enter site
		#enter {
	    position: absolute;
	    top: 50%; 
	    left: 48%;
	    z-index: 10;
		text-decoration: none;
		color:white;
	}*/
	
	a{
	color: white;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: bold;
	}
		End Enter Site Style
	
	#supersized{
	    position:fixed;
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:100%;
	    width:100%;
	    position:absolute;
	    z-index: -1;
	}
	
	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}
	
	#nextthumb, #prevthumb{ z-index:6; display:none; position:absolute; bottom:12px; height:75px; width:100px; overflow:hidden; border:2px solid #fff; -webkit-box-shadow: 0px 0px 5px #000; }
	#nextthumb{ right:12px; }
	#prevthumb{ left:12px; }
		#nextthumb img, #prevthumb img{ width:150px; }
		#nextthumb:active, #prevthumb:active{ bottom:10px; }
		
		/*Add hover pointer*/
		#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }

	#logo{
		position: absolute;
		top: 20px;
		left: 20px;
		float: left;
		}
		
		#logo_text{
		position: absolute;
		top: 166px;
		left: 150px;
		float: left;
		}
		
#nav {
   position: absolute;
   top: 0;
   right: 4%;
   margin-top: 20px;
   padding: 0;
   }
#nav li {
   list-style: none;
   float: right; }
#nav li a {
   display: block;
   padding: 0px 8px;
   /*text-transform: uppercase;*/
   text-decoration: none;
	font-size: 13px;
   color: white;
 }
#nav li a:hover {
   color: orange;
   }
#nav li ul {
   display: none;  }
#nav li:hover ul, #nav li.hover ul {
   position: absolute;
   display: inline;
   left: 0;
   width: 100%;
   margin: 0;
   padding: 0; }
#nav li:hover li, #nav li.hover li {
   float: left; }
#nav li:hover li a, #nav li.hover li a {
   color: white;
	}
#nav li li a:hover {
   color: orange;
	}

	.noscript{   
			position:relative; 
			background-image: url(slides/coins_and_books_2_edits.jpg);
			}
		