/*

	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%; }

	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; }
	
	#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: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%; 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; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
#controls{ 
	    top: 50%;
		position: fixed;
	}
	 
	ul#slide-list{ 	
	text-align: center;     
	background-color: rgba(0, 0, 0, 0.22);
    border-radius: 20px;
    left: 12px;
    list-style: none outside none;
    margin: 0;
	padding-bottom: 0;
    padding-right: 0;
    padding-top: 10px;
	padding-left: 0px;
	min-width: 1.3%;
    position: absolute;
    transition: opacity 600ms ease 0s;
	cursor: pointer;
	z-index: 40;
	}
	
	
	ul#slide-list li{ zoom: 1; display: list-item; margin: 0 7px 12px; z-index: 150; position: relative; }
					
	
	ul#slide-list li a{ width: 9px; height: 9px; display: block; background: #fff; opacity:0.8; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(100,100,100,0.3); -o-box-shadow: inset 0 0 3px rgba(100,100,100,0.3); box-shadow: inset 100 100 3px rgba(0,0,0,0.3);  margin-left: 1px; }

	ul#slide-list li a:hover{  width: 10px; height: 10px; background:  none; opacity: 0.5; margin-left: 0px; border: 1px solid #FFF; cursor: pointer;}
							
	ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ width: 10px; height: 10px; background:  none; opacity: 0.5; margin-left: 0px; border: 1px solid #FFF; cursor: pointer; }
