/*
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
*/


#content-wrapper{ 
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0; 
	overflow:auto; 
	z-index:4; 
	text-align:center; 
}	
#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:fixed;
    top: 0;
    left: 0;
}
#supersized img{ -ms-interpolation-mode: bicubic; }
#supersized img, #supersized a{
    height:100%;
    width:100%;
    position:absolute;
    z-index: -1;
    top: 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; }
		

#controls{
	position: fixed;
	top: 10px;
	right: 0px;
	z-index: 5;
}
#navigation{
	float: right;
	background: url(../images/sep.png) repeat-x 0 bottom;
	margin: 0;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 10px;
}
		
#pauseplay{
	
}
#prevslide{
	background: url(../images/controls.png) no-repeat right bottom;
	margin-left: 40px;
}
#prevslide:hover{
	background: url(../images/controls.png) no-repeat right 11px;	
}
#nextslide{
	background: url(../images/controls.png) no-repeat left bottom;
	margin-right: 30px;
}
#nextslide:hover{
	background: url(../images/controls.png) no-repeat left 11px;
}
#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }		