.slide{overflow: hidden;}
.slide img { width:100%;}
#fwslider {
    position: relative;
    width:100%; margin:auto;
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img {
    width:100%;
}

#fwslider .slidePrev {
  	position: absolute;
    top:50%;
    left:-50px;
    z-index: 10;
}

#fwslider .slidePrev span {
	background-image: url("../image/img-sprite.png");
	width: 72px;
	height: 128px;
	float: left;
	background-position:-10px -243px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#fwslider .slideNext {
   	position: absolute;
    top:50%;
    right:-50px;
   	z-index: 10;
}

#fwslider .slideNext span {
 	background-image: url("../image/img-sprite.png");
	width: 72px;
	height: 128px;
	float: left;
	background-position:-105px -243px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color:#4cb1ca;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { 
    max-width: 600px;
	margin: 12% auto;
}

#fwslider .title {  
	color: #FFF;
	font-size: 5em;
	padding-top: 5%;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	font-weight: 800;
	line-height: 1.3em;
	margin-bottom: 5%;
}

@media screen and (max-width: 790px) {
#fwslider {	margin-top: -6px; border-top: 6px solid #dcdcdc;}
#fwslider .slide img { }
.slide img { width:150%;}
}