/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; }
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:206px; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; 
	background-image:url(../images/progress.gif); background-repeat:no-repeat;
	}
	
	#supersized { position:absolute; left:0; top:94px; overflow:hidden; z-index:-999; height:224px; width:100%; background-image:none; }
		#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 a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:none;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
		#controls-wrapper { margin:0 auto; height:13px; width:100%; top:80px; left:0; z-index:3; border-bottom:1px solid #fff; background-color:#0d1d52; position:absolute; background-image:url(../images/BgControlWrapper.gif); background-repeat:no-repeat;}
		#controls {margin:0 auto; width:300px; top:30px; left:230px;; z-index:4; position:absolute;  overflow:hidden; height:190px; text-align:left; z-index:15; padding:0; overflow:hidden;}			
			#slidecaption { 
			overflow:hidden; 
			float:left; color:#fff;
			font-size:18px;
			line-height:18px;
			font-family: 'Droid Sans', sans-serif;
			font-weight:normal;  margin:10px 0; line-height:22px; 
			}