/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	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%; }
	images/supersized { border:none; }
	

#supersized li a img {
    height: auto !important;
    margin: 0 auto;
    /*position: relative;*/
    top: 0 !important;
    /*width: auto !important;*/
    width: 990px !important;
	left:0!important;
}	

#supersized-loader {display:none;}
	
#supersized {
/*    bottom: 35px;
	left:35px;
	right:35px;*/
    display: block;
    /*height: 100%;*/
    overflow: hidden;
	 height: 490px; 
/*    position: absolute;
   top: 100px;
 */    z-index: -999;
  margin-bottom: 40px;
	width:998px !important
}
		#supersized images/supersized { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed images/supersized { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality images/supersized { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li {
    display: block;
    height: 500px;
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    /*width: 100%;*/
    z-index: -30;
	background-color:#FFFFFF;
}

		#supersized a { width:100%; height:100%; display:block;  margin: 0 auto;}
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../images/supersized/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading images/supersized{ visibility:hidden; }
			#supersized li.prevslide images/supersized, #supersized li.activeslide images/supersized{ display:inline; }