#menu li {
	display:inline-block;
	margin: 10px 10px 0 0;
	color: #AA0000;
	background-color: #FFF;
}
#menu li.active{
	text-decoration:underline;
	color: #550000;
}
#menu li a{
	text-decoration:none;
	color: #AA0000;
}
#menu li.active a:hover{
	text-decoration:underline;
	color: #550000;
}
#menu li:hover{
	text-decoration:underline;
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #550000;
}
#menu{
	position:fixed;
	top:10px;
	left:25px;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.fp-controlArrow {
	position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: none;
    margin-top: -15px;
	
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
    position: absolute;
    z-index: 70;
	height: 69px;
	width: 38px;
    top: 50%;
	display: block !important;
    cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
	left: 35px;
    width: 38px;
	height:69px;
	display:block;
    background: url(imgs/prev.png);
	background-repeat:no-repeat;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fp-controlArrow.fp-next {
    right: 35px;
    width: 38px;
	height:69px;
	display:block;
    background: url(imgs/next.png);
	background-repeat:no-repeat;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fp-controlArrow.fp-next:hover {
	right: 30px;	
}
.fp-controlArrow.fp-prev:hover {
	left: 30px;	
}
p{
	width: 70%;
	margin: 0 auto;
	font-size: 1.6vw;
	text-align:left;
	line-height:1.6;
}
.flashtext{
	background:#AA0000;
	color:#FFF;
}