.JB_FWS {
    width:100%;
    height:400px;
   /* background:#080016;*/
    float:left;
    position: relative;
    width:100%;
    overflow: hidden;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.JB_Border {
    width:100%;
    height:15px;
    position: absolute;
}

.JB_Border.Top {
    top:0;
    left:0;
}
.JB_Border.Bottom {
    bottom:0;
    left:0;
}


.JB_Button_Left {
    width:72px;
    height:72px;
    background-image:url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:38%;
    left:5%;
    cursor: pointer;
}
.JB_Button_Left:hover{background:url(../images/arrow_left_hov.png) no-repeat 0 0;}

.JB_Button_Right {
    width:72px;
    height:72px;
    background-image:url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:38%;
    right:5%;
    cursor: pointer;
}
.JB_Button_Right:hover{background:url(../images/arrow_righ_hov.png) no-repeat 0 0;}

.JB_Container {
    width:9999px;
    height:273px;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    left:0;
    
    cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), pointer!important;
    cursor:-webkit-grab;
}

.JB_Slide {
    height:430px;
    float:left;
    position: relative;
}

.JB_Slide_Content {
    width:980px;
    height:250px;
    margin: 0 auto;
    position: relative;
	text-align:left;
	padding-top:150px;
}

.JB_Pagination {
    width:100%;
    height:12px;
    position: absolute;
    bottom:11px;
    left:0;
}

.JB_Pages {
    display: table;
    margin: 0 auto;
}

.JB_Page {
    background-image:url(../images/pagination_button.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width:22px;
    height:22px;
    float:left;
    margin-left:5px;
    cursor: pointer;
}
.JB_Page:hover, .JB_Page.active  {
    background-image:url(../images/pagination_buttonhov.png);
}

.JB_ReadMore {
    float:left;
    color:#fff;
    margin-top:15px;
    position: relative;
}

.JB_ReadMore_BG {
    top:0;
    lef:0;
    position: absolute;
    background:#000;
    opacity:0.44;
    width:100%;
    height:100%;
}

.JB_ReadMore a {
    padding:10px 30px 10px 20px;
    position: relative;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    background-image:url("../images/button_arrow.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
}


/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) --- */


