* { margin:0; padding:0; }
body { background:#111; 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(../img/progress.gif) no-repeat center center;}
	
	#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 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 Section*/

#controls-wrapper {
	height:461px;
	width:816px;
	background:url(../../images/bg_control_wrapper.png) 0 0 repeat;
	text-align:center;
}

	#controls { overflow:hidden; height:100%; text-align:left; z-index:5; /* Increase padding to give thumbnails room */ }

		#slidecounter { width:70px; height:22px; color:#fff; font:normal 10px Arial, Helvetica, sans-serif; line-height:22px; text-align:center; position:absolute; top:0; left:0; }

		#slidecaption { overflow:hidden; float:left; color:#fff; font:10px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; margin:23px 20px 23px 0; }

		#navigation { float:right; margin:10px 20px 0 0; position:absolute; top:0; right:0; display:none; }



/*Thumbnail Navigation*/	

#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }

	#nextthumb { right:12px; }

	#prevthumb { left:12px; }

		#nextthumb img, #prevthumb img { width:150px; height:auto;  }

		#nextthumb:active, #prevthumb:active { bottom:10px; }

		#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }



/*	custom btns	*/

#navigation {

	width:70px; height:22px;

	margin:0;

	background:url(../../images/bg_control.png) 0 0 repeat;

	position:absolute;

	top:0; right:0;

}

a#prevslide {

	width:13px; height:13px;

	background:url(../../images/arrow_prevslide.png) 0 0 no-repeat;

	display:block;

	position:absolute;

	top:4px; left:4px;

	z-index:5;

}

	a#prevslide:hover {

		background-position:0 -13px;

	}

a#nextslide {

	width:13px; height:13px;

	background:url(../../images/arrow_nextslide.png) 0 0 no-repeat;

	display:block;

	position:absolute;

	top:4px; right:4px;

	z-index:5;

}

	a#nextslide:hover {

		background-position:0 -13px;

	}
