* {
	margin:0;
	padding:0;
	top: 0px;

}
body 	{  }
img 	{ border:none;     }
#supersized-loader { position:fixed; top:50%; left:50%; z-index:0; width:60px; height:60px; /*background:url(../img/progress.gif) no-repeat center center;*/}
/*posición de imágenes del baner*/
#supersized {
	display:block; 
	position: fixed;
	left:0;
	top:65px;

	overflow:hidden;
	z-index:-2;
    height:300px;
	width:1248px; 

}
#supersized img { width:1248px; height:300px; position:fixed;  }
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position: fixed;
	overflow:hidden;
	top:65px;
	left:0;
	width:1248px;
	height:300px;
}
#supersized a { 
	width:100%; 
	display:block;
}
	#supersized li.prevslide { z-index:-20; }
	#supersized li.activeslide { z-index:-10; }
	#supersized li.image-loading { width:1248; height:300px; }
	#supersized li.image-loading img{ visibility:hidden; }
	#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

