/* Demo CSS - You do not need this css in your own slider */

ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
  background: #000;
  color: #fff;
}

ol.bjqs-markers {
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  margin-top: -30px;
}

ol.bjqs-markers li a {
  background: #000;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  text-indent: -9999px;
  border-radius: 10px;
  margin: 5px;
  width: 10px;
  height: 10px;
}

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

p.bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
}
