
* { margin:0; padding:0; }
body { height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:-1; width:60px; height:60px;  margin:-30px 0 0 -30px; text-indent:-999em; background:url(img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:absolute; right:0px; top:0px; overflow:hidden; z-index:-3; height:100%; min-height:650px; width:83%; width: calc(100% - 300px); min-width:900px;}
		#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:-2; position:absolute; 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:3; }
			#supersized li.activeslide { z-index:4; }
			#supersized li.image-loading { background:#111 url(img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

				/* Controls Bar
	----------------------------*/

				
				#prevslide, #nextslide{ position:absolute; z-index:5; height:64px; width:43px; top:50%; margin-top:-32px;  }
					#prevslide{ left:300px; background:url('img/prev.png'); }
					#nextslide{ right:0px; background:url('img/next.png'); }
						#prevslide:active, #nextslide:active{ margin-top:-32px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/
	#progress-quadro{ z-index:2; position:absolute; overflow:hidden; right:0px; height:100%; min-height:600px; width:80%; }
	#progress-back{ position:relative; top:100%; margin-top:-8px; height:10px; width:100%; background:url('img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:10px; width:100%; background:url('img/progress-bar.png') repeat-x; }
	