body .fws2 * {
    margin:0;
    padding:0;
}
.fws2 {
    position: relative;
    background:#FFFFFF;
    width:100%; height:480px !important;
}

.fws2 .slider_container {
}

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

.fws2 .slide img {
    height: 480px !important;
    float:left;
}

.fws2 .slidePrev {
    background:url('../img/prev.png') no-repeat top center;
    width:59px; text-indent:-9999px;
    height:59px;
    position: absolute;
    bottom:20px;
    left:0px;
    opacity:0.5;
    z-index: 10;
}
.fws2 .slideNext {
    background:url('../img/next.png') no-repeat top center;
    width:59px; text-indent:-9999px;
    height:59px;
    position: absolute;
    bottom:20px;
    left:60px;
    opacity:0.5;
    z-index: 10;
}
.fws2 .setasPosition {position:absolute; width:900px; margin:80px 0px 0px -450px; height:400px; left:50%;}
.fws2 .slidePrev:hover, .fws2 .slideNext:hover { opacity:1; cursor:pointer;}
.fws2 .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

.fws2 .timer {
    height:4px;
    width:40px;
    background-color: #FFFFFF;
    float:left;
    margin-right: 10px;
}
.fws2 .progress {
    height:4px;
    width:0%;
    background-color: #E25200;
    float:left;
}

.fws2 .bullets {
    position: absolute;
    bottom:-50px;
    z-index: 3;
    width:100%;
    text-align: center;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#000;
    font-size: 15px;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#FFCC33;
}
.fws2 .slide_content {
    top:0; margin-left:-500px;
    left:50%;
    position: absolute;
    width:1000px;
    height:100%;
}

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    width:1000px;
    position: absolute;
	margin-left:-500px !important;
    left:50% !important;
    top:0px !important;
    display: none;
}

.fws2 .title {  /* Slider Title Style */
    opacity: 0;
    height:430px; width:950px; background:url('../img/bannerfrase.png') no-repeat left center;
	font-size:68px; text-shadow: 4px 4px 4px rgba(0,0,0,0.15); position:absolute;
	color:#FFFFFF; font-family: 'intro_regular'; margin-top:50px; padding:50px 0px 0px 50px;
	line-height:56px; letter-spacing:-7px;
}

.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color:#FC3;
    font-size:18px;
    background:#000;
    padding:10px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:24px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.fws2 .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .readmore:hover {
    color:#fff;
}