/* ESTILOS DEL SLIDESHOW */
 
#slider {
	margin: 0 auto;
	height: 300px;
	width: 100%;
	max-width: 960px;
	position: relative;
}

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; display:none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; display:none;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{ 
  z-index: 9000;
  text-align: center;
  left: 0 !Important;
  bottom: 0;
  position: absolute;
}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display: block;
  width: 40%!important;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 50px;
  right: 0;}
 
 
.bjqs-caption{
  background: #758b92;
  opacity: .80;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
  bottom: 10px;
}
ol.bjqs-markers li a{
  padding: 1px 9px;
  background: #758b92;
  font-weight: 100;
  border-radius: 100%;
  color: #fff;
  margin: 5px;
  text-decoration: none;
  transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  text-indent: -9000px;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:#abdff0!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
background: whitesmoke;
color: #000;
text-decoration: none;
opacity:.75;
 
transition:color .5s ease, background .5s ease;
-webkit-transition:color .5s ease, background .5s ease;
-moz-transition:color .5s ease, background .5s ease;
-o-transition:color .5s ease, background .5s ease;
}
ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}
