/*

	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:none; }
	
	#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);  /* Image for Retina */
		}
	
	#supersized {  display:block; position:fixed; left:0px; top:0px; overflow:visible; z-index:-999; height:100%; width:100%; 
		padding:0px 0px 0px 0px;
		background: no-repeat left top; 
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
		}
	
	#supersized .sup_border { }
	
		#supersized img { width:auto; height:auto;  max-width:none !important; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#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:#fff url(../images/loading.gif) no-repeat center center; 
				background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);  /* Image for Retina */
				width:100%; height:100%; z-index:10000000; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
			
/* Control Nav */


.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: 0px; padding: 0px; list-style: none; text-align: center;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		}
.white_nav .supersized-nav li, .supersized-nav li {margin: 0 0 2px 0px; 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 0px 4px 0px; 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) 0px 0px no-repeat;
	background-image: -Webkit-image-set(url(../images/supersized/nav_arrow.png) 1x, url(../images/supersized/nav_arrow@2x.png) 2x);  /* Image for Retina */
	color:white; width: 42px; left:-7px; text-indent:13px; }