/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/


* {
	margin:0;
	padding:0;
}
body {
	background:#111;
	height:100%;
}
img {
	border:0;
}
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/loading.gif) no-repeat center center;
	background-image:-Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:0;
	border:0;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering:-moz-crisp-edges;
}
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
}
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide {
	z-index:-20;
}
#supersized li.activeslide {
	z-index:-10;
}
#supersized li.image-loading {
	background:#111 url(../images/loading.gif) no-repeat center center;
	background-image:-Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);
	width:100%;
	height:100%;
	z-index:10000000;
}
#supersized li.image-loading img {
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display:inline;
}
.white_nav .supersized-nav, .supersized-nav {
	font:13px HelveticaNeue-Light, 'Helvetica Neue', Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	width:42px;
	position:absolute;
	right:-7px;
	top:50%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
 -webkit-transition:all .4s ease-in-out;
 -moz-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 -ms-transition:all .4s ease-in-out;
 transition:all .4s ease-in-out;
}
.white_nav .supersized-nav li, .supersized-nav li {
	margin:0 0 2px 0;
	display:inline-block;
	zoom:1;
 *display:inline;
}
.white_nav .supersized-nav li a, .supersized-nav li a {
	width:28px;
	height:20px;
	display:block;
	position:relative;
	padding:4px 0 4px 0;
	cursor:pointer;
	letter-spacing:1.8px;
}
.white_nav .supersized-nav li a.active, .supersized-nav li a.active {
	background:url(../images/supersized/nav_arrow.png) 0 0 no-repeat;
	background-image:-Webkit-image-set(url(../images/supersized/nav_arrow.png) 1x, url(../images/supersized/nav_arrow@2x.png) 2x);
	color:white;
	width:42px;
	left:-7px;
	text-indent:13px;
}
