@charset "utf-8";
/* CSS Document */
.fadeImg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	width:100%;
    height: 100%;
	margin-bottom:100px;
    position:fixed;
}

.navigator_wrapper{
	position:fixed;
/*	border:solid; */
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	width:100%;
	height:60px;
	opacity:1;
}

.navs{
	display:inline-flex;
	left:0;
	right:0;
	margin:auto;
	background-image:url(../images/nav_w.png);
	background-repeat:no-repeat;
	width:25px;
	height:15px;
	cursor:pointer;
}

.navs.active{
	background-image:url(../images/nav_w_active.png);
}