/*

	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{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!important;
	height:auto!important;
	position:relative;
	display:none;
	outline:0;
	border:0;
	top:none;
}
#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%
}
#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.activeslide img,#supersized li.prevslide img{display:inline}.lightStyle .supersized-nav,.supersized-nav{font:13px HelveticaNeue-Light,'Helvetica Neue',Helvetica,'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;position:absolute;right:120px;bottom:15px;margin:0 10px 0 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;width:auto}.lightStyle .supersized-nav li,.supersized-nav li{margin:0 5px 2px 0;display:inline-block;zoom:1;*display:inline}.lightStyle .supersized-nav li a,.supersized-nav li a{width:28px;height:20px;display:block;position:relative;padding:4px 0;cursor:pointer;letter-spacing:1.8px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lightStyle .supersized-nav li a:active,.supersized-nav li:active{margin-top:3px}#supersized,#supersized img{cursor:auto}#superNav.centerPosition{display:none;position:absolute;width:120px;margin-left:-60px;bottom:40px;left:50%}ul#supersized{margin:0!important
}

@media screen and (max-width:767px){
	
	#superNav.centerPosition{top:65px;
	bottom:auto
}
#supersized img{
	width:auto!important;
	height:auto!important;
	position:relative;
	display:none;
	outline:0;
	border:0;
	top:-40px !important;
}

}