#fwslider {
    position: relative;
    background:#000;
    width:100%;
    overflow: hidden;
	height:600px;
}

#fwslider .slider_container {
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img {
    width:100%;
    float:left;
	min-height:550px;
}

#fwslider .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url("../img/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url("../img/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    position: absolute;
    bottom:150px;
    right:175px;
    z-index: 3;
}
#fwslider .timers ul{list-style:none;}
#fwslider .timers ul li{margin:10px;}

#fwslider .timer {
    height:4px;
    width:40px;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    float:left;
}
#fwslider .websites a{
    position: absolute;
    bottom:20px;
    left:200px;
    z-index: 3;
	padding:10px 20px 10px 20px;
	background:#f18219;
	text-decoration:none;
	color:inherit;color:#000;border-radius:10px;font-weight:bold;font-size:14px;
}
