.JB_FWS * {
    /*margin:0;
    padding:0;*/
}
.JB_FWS img { width:100%; height:450px}
.JB_FWS {
    width:100%;
    height:450px;
    float:left;
    position: relative;
    width:100%;
    overflow: hidden;
}

.JB_Border {
    width:100%;
    height:15px;
    position: absolute;
}

.JB_Border.Top {
    top:0;
    left:0;
}
.JB_Border.Bottom {
    bottom:0;
    left:0;
}

.JB_Border.Top.ZigZag {
    background-image:url("../img/zigzag_border_top.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.JB_Border.Bottom.ZigZag {
    background-image:url("../img/zigzag_border_bottom.png");
    background-repeat: repeat-x;
    background-position: 0px 100%;
}

.JB_Border.Top.Paper {
    background-image:url("../img/torn_paper_bg_top.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.JB_Border.Bottom.Paper {
    background-image:url("../img/torn_paper_bg_bottom.png");
    background-repeat: repeat-x;
    background-position: 0px 100%;
}

.JB_Button_Left {
    padding:15px;
	z-index:9;
    width:38px;
    height:80px;
    background-image: url("../../img/left_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:38%;
    left:4%;
    cursor: pointer;
}

.JB_Button_Left_BG {
  /*  padding:15px;
    width:21px;
    height:30px;
    background-color:#000;
    opacity:0.44;
    position: absolute;
    top:50%;
    left:0;*/
}

.JB_Button_Right {
    padding:15px;
    width:38px;
	z-index:9;
    height:80px;
    background-image: url("../../img/right_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:38%;
    right:4%;
    cursor: pointer;
}

.JB_Button_Right_BG {
   /* padding:15px;
    width:21px;
    height:30px;
    background-color:#000;
    opacity:0.44;
    position: absolute;
    top:50%;
    right:0;*/
}

.JB_Container {
        
    width:9999px;
    height:450px;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    left:0;
    

}

.JB_Slide {
    height:450px;
    float:left;
    position: relative;
}

.JB_Slide_Content {
    width:960px;
    height:450px;
    margin: 0 auto;
    margin-top:15px;
    position: relative;
}

.JB_Pagination {
    width:100%;
    height:20px;
    position: absolute;
    bottom:20px;
    left:0;
}

.JB_Pages {
    /*display: table;
    margin: 0 auto;*/
	text-align:center;
}

.JB_Page {
   	background:none; border:2px solid #fff; border-radius:50%;
    width:16px;
    height:16px;
    margin-left:5px;
    cursor: pointer;
	display:inline-block;
}
.JB_Page:hover, .JB_Page.active  { background-color:#0d1929;}

.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("../img/button_arrow.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
}


/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) --- */

h2 {
    width:100%;
}
.big_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	margin-top:180px;
	float:left;
	text-shadow: 0px 2px 0px #a22626;
}

.image { 
	float:left;
	margin-top:60px;
}

.image iframe {
	border:5px solid #6e8c42;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	margin-top:60px;
	float:left;
}

.text {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:20px;
	margin-top:10px;
}

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	float:left;
	margin-top:12px;
	line-height:20px;
}

.list li {
	background-image:url(../img/button_arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:15px;
	list-style-type:none;
}

.text_box {
	float:left;
	width:450px;
	margin-left:15px;
}
