/*


	
*/

* { margin:0px auto; padding:0; }
body { background: #7c7c7c; /* Old browsers */
background: -moz-linear-gradient(left,  #7c7c7c 0%, #8f9fab 17%, #d6d6d6 40%, #d6d6d6 64%, #8f9fab 82%, #7c7c7c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7c7c7c), color-stop(17%,#8f9fab), color-stop(40%,#d6d6d6), color-stop(64%,#d6d6d6), color-stop(82%,#8f9fab), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* IE10+ */
background: linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=1 ); /* IE6-9 */

		overflow: auto;
		margin: 0px auto; padding:0px;	
		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;  top:17%; overflow:hidden; 
					z-index:-999; height:60%; width:100%; padding:0px; margin:0px auto;
					border:0px solid white;}
	
	#supersized li img {   position:relative; display:none; padding:10px; 
						border:1px solid white;  box-shadow: 0px 6px 9px #999; }
			
			
			
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; 
						top:50;  width:100%; height:100%; margin:0px auto;
		background: #7c7c7c; /* Old browsers */
background: -moz-linear-gradient(left,  #7c7c7c 0%, #8f9fab 17%, #d6d6d6 40%, #d6d6d6 64%, #8f9fab 82%, #7c7c7c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7c7c7c), color-stop(17%,#8f9fab), color-stop(40%,#d6d6d6), color-stop(64%,#d6d6d6), color-stop(82%,#8f9fab), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* IE10+ */
background: linear-gradient(left,  #7c7c7c 0%,#8f9fab 17%,#d6d6d6 40%,#d6d6d6 64%,#8f9fab 82%,#7c7c7c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=1 ); /* IE6-9 */
		}
		
			
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }