/* Basic jQuery Slider essential styles */
#banner-fade { width:100% !important; max-width:none !important;}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a {position:absolute; background:url(../images/navarrows-20-20-0.png) no-repeat #FEB328; width:20px; height:20px; border-radius:3px; text-indent:-9999px;  outline:none;}
ul.bjqs-controls.v-centered li a:active, ul.bjqs-controls.v-centered li a:focus {outline:none;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:20px; background-position:-20px 0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{right:50px; background-position:0 0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}

/*@font-face {
    font-family: 'lucida_calligraphyitalic';
    src: url('font/lcallig_0-webfont.eot');
    src: url('font/lcallig_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lcallig_0-webfont.woff2') format('woff2'),
         url('font/lcallig_0-webfont.woff') format('woff'),
         url('font/lcallig_0-webfont.ttf') format('truetype'),
         url('font/lcallig_0-webfont.svg#lucida_calligraphyitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'lucida_sansitalic';
    src: url('font/LSANSI-webfont.eot');
    src: url('font/LSANSI-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/LSANSI-webfont.woff2') format('woff2'),
         url('font/LSANSI-webfont.woff') format('woff'),
         url('font/LSANSI-webfont.ttf') format('truetype'),
         url('font/LSANSI-webfont.svg#lucida_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

p.bjqs-caption{display:block;width:auto; max-width:70%;margin:0;padding:10px 2%;position:absolute; top:15%;left:5%;font-family: 'lucida_sansitalic'; font-size:35px !important;line-height:38px;font-weight:bold; text-shadow:1px 1px 0 #000;}

