



.JB_FWS * {

    margin:0 auto;
    padding:0;

}



.JB_FWS {

    width:100%;

    height:360px;

    background:#fff;

    float:left;

    position: relative;

    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("../images/zigzag_border_top.png");

    background-repeat: repeat-x;

    background-position: 0px 0px;

}

.JB_Border.Bottom.ZigZag {

    background-image:url("../images/zigzag_border_bottom.png");

    background-repeat: repeat-x;

    background-position: 0px 100%;

}*/



.JB_Border.Top.Paper {

    /*background-image:url("torn_paper_bg_top.png");*/

    background-repeat: repeat-x;

    background-position: 0px 0px;

}

.JB_Border.Bottom.Paper {

   /* background-image:url("../images/torn_paper_bg_bottom.png");*/

    background-repeat: repeat-x;

    background-position: 0px 100%;

}



.JB_Button_Left {

    padding:15px;

    width:21px;

    height:30px;

    background-image: url("../images/left_arrow.png");

    background-repeat: no-repeat;

    background-position: 40% 40%;

    position: absolute;

    top:40%;

    left:0;

    cursor: pointer;

}



.JB_Button_Left_BG {

    padding:15px;

    width:21px;

    height:30px;

    background-color:#000;

    opacity:0.44;

    position: absolute;

    top:40%;

    left:0;

}



.JB_Button_Right {

    padding:15px;

    width:21px;

    height:30px;

    background-image: url("../images/right_arrow.png");

    background-repeat: no-repeat;

    background-position: 40% 40%;

    position: absolute;

    top:40%;

    right:0;

    cursor: pointer;

}



.JB_Button_Right_BG {

    padding:15px;

    width:21px;

    height:30px;

    background-color:#000;

    opacity:0.44;

    position: absolute;

    top:40%;

    right:0;

}



.JB_Container {



  /*  width:9999px;*/

    height:360px;

    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:360px;
    float:left;
    position: relative;
}

.JB_Slide_Content {
    width:1050px;
    margin: 0 auto;
    position: relative;
	height:360px;
}

.JB_Pagination {
    width:100%;
    height:12px;
    position: absolute;
    bottom:15px;
    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:13px;

    height:12px;

    float:left;

    margin-left:5px;

    cursor: pointer;

}

.JB_Page:hover, .JB_Page.active  {

    background-position: -13px 0px;

}



.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 0px;

    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;

}





/* --- MEDIA QUERY --- */

@media only screen and (max-width: 1280px) {

    .JB_Slide_Content {
    width:100%;
    margin: 0 auto;
    position: relative;
    }

}

@media only screen and (max-width: 1024px) {

    .JB_Slide_Content {
	width:100%;
    margin: 0 auto;
    position: relative;

    }
}


@media only screen and (max-width: 400px) {
.JB_FWS {
    height:120px;
}
}

@media only screen and (max-width: 400px) {
.JB_Container {
    height:120px;
}
}

@media only screen and (max-width: 400px) {
.JB_Slide {
    height:auto;
}
}


@media only screen and (min-width: 401px) and (max-width: 500px) {
.JB_FWS {
    height:160px;
}
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
.JB_Container {
    height:160px;
}
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
.JB_Slide {
    height:auto;
}
}



@media only screen and (min-width: 501px) and (max-width: 600px) {
.JB_FWS {
    height:200px;
}
}

@media only screen and (min-width: 501px) and (max-width:600px) {
.JB_Container {
    height:200px;
}
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
.JB_Slide {
    height:auto;
}
}


@media only screen and (min-width: 601px) and (max-width: 700px) {
.JB_FWS {
  height:240px;
}
.JB_Container {
    height:240px;
}
.JB_Slide {
    height:auto;
}
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
.JB_FWS {
  height:280px;
}
.JB_Container {

}
.JB_Slide {
  height:280px;
}
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
.JB_FWS {
  height:320px;
}
.JB_Container {
    height:310px;
}
.JB_Slide {
    height:auto;
}
}


@media only screen and (min-width: 901px) and (max-width: 1000px) {
.JB_FWS {
  height:360px;
}
.JB_Container {
    height:340px;
}
.JB_Slide {
    height:auto;
}
}





/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) YOU CAN REMOVE THE STYLE BELOW --- */



h2 {

    width:100%;

}

.big_text {

    color: #FFFFFF;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 40px;

    font-weight: bold;

    height: 40px;

    margin: 200px auto;

    text-shadow: 0 2px 0 #A22626;

    width: 1000px;

}



.image { 

    float:left;

    /*margin-top:60px;*/

}



.image iframe {

    border:5px solid #6e8c42;

}



.title {

    font-size:30px;

    color:#fff;

    /*font-weight:bold;

    margin-top:60px;

    float:left;*/

}



.title h2 { font-weight:normal;}



.text {

    float:left;

    font-size:17px;

    color:#fff;

    line-height:20px;

    margin-top:10px;

	font-weight:bold;

}



.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(button_arrow.png);

    background-repeat:no-repeat;

    background-position:left;

    text-indent:15px;

    list-style-type:none;

}



.text_box {

    float:left;

    width:400px;

    /*margin-left:20px;*/

}



/*@media only screen and (max-width: 1280px) {

    .text_box {width:300px;}

}

@media only screen and (max-width: 1024px) {

    .text_box {width:280px;}

    .title {font-size: 13px;}

    .text {font-size: 12px;}

    .image {

        width: 300px;

        height:187px; 

    }

    

    .image img {

        width: 300px;

        height:187px; 

        margin-top:10px;

    }

    .image iframe {

        width: 289px;

        height:180px;

        margin-top:15px;

    }

    

    .big_text {

        font-size: 26px;

        width: 500px;

    }

}

*/