/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; }
ul.bjqs img{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
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; background:url(../images/slnext.png); width:30px; height:30px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;  background:url(../images/slprev.png); width:30px; height:30px;}
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-size:0px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a{
  display:block;
  background:#f0f0f0;
  color:#000;
  text-decoration: none;
  width:30px;
  height:30px;
}


ol.bjqs-markers li a{
  padding:5px 5px;
  background:#CCC;
  color:#fff;
  margin:5px;
  text-decoration: none;
}

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

p.bjqs-caption{
  background: #003349;
  color:#f0f0f0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
  font-weight:bold;
  bottom:10px;
  width:600px
}
ul.bjqs li .slidercaption{
  position:absolute;
  z-index:110;
  margin-top:210px;
  max-width:620px;
}
ul.bjqs li .slidercaption .content{
  background: #003349;
  padding: 10px;
  float: left;
  color: #f0f0f0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 17px;
  font-weight: bold;
  max-width: 480px;
  margin-left: 10px;
  text-shadow: 1px 1px 1px #111;
}
ul.bjqs li .slidercaption .readmore{
  float:left;
}
ul.bjqs li .slidercaption .readmore a{
  background:url(../images/readmorebutton.png);
  padding:10px;
  float:left;
  color:#FFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  text-shadow:1px 1px 1px #111;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
