@charset "utf-8";
/* CSS Document */

#slider{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -10;
	
}
#slider img {
	min-width: 100%;
	height: auto;
	position: fixed;
	z-index: -10;
	
}

