/*
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;
	}
	/*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;
	    width:173px;
		height:57px;
	    bottom:30px;
		right:30px;
	    z-index: 5;
	    position:absolute;
	}
	#controls{
	    overflow: hidden;
	    position:relative;
		width:173px;
		height:57px;
		background:url(images/control_button_bg-trans.png) top left no-repeat;
		display:block;
	}
	#control_up{
	position:absolute;
	left:140px;
	top:16px;
}

#navigation #prevslide{
	position:absolute;
	left:9px;
	top:18px;
}
#navigation #nextslide{
	position:absolute;
	left:61px;
	top:18px;
}
#navigation #pauseplay{
	position:absolute;
	left:35px;
	top:21px;
	border:0;
}
#slidecounter{
	position:absolute;
	left:85px;
	top:7px;
	width:43px;
	height:43px;
	background:url(images/control_button5-trans.png) top left no-repeat;
	border:0;
	padding:13px 0 0 0;
	color:#222;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:500;
	display:block;
	letter-spacing:1px;
}

	#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);
	}
	#supersized{
	    position:relative;
		z-index: -1;
		height:720px;
	    width:960px;
		bottom:45px;
		left:0;
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:720px;
	    width:960px;
	    
	    z-index: -1;
		bottom:0;;
		left:0;
		
	}
	
	#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; }
	