/* Basic jQuery Slider essential styles */

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;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: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;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-fade {
height: 600px;
width: 399px;
position: relative;
margin: 0 auto;
margin-top: 10px;
}

.bjqs-prev a {
top: 50%;
background: url(img/arrow-prev.png);
width: 50px;
height: 50px;
display: block;
text-indent: -99999px;
margin-left: -26px;
}

.bjqs {
box-shadow: 0 0 5px black;
margin-bottom: 6px!important;
}

.bjqs-next a {
top: 50%;
background: url(/img/arrow-next.png);
width: 50px;
height: 50px;
display: block;
text-indent: -9999px;
margin-right: -26px;
}

ol.bjqs-markers li a {
padding: 5px 10px;
background: black;
color: white;
margin: 5px;
text-decoration: none;
}

ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
background: #999;
}

p.bjqs-caption {
background: rgba(255, 255, 255, 0.5);
font-family: itc_avant_garde_std_bkregular, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #0E0E0E;
text-align: center;
}