
#slider{
margin:0px 0px;
/*margin:0px 0px 0px 0px;
box-shadow: 0 .1em 1em black;
-webkit-box-shadow: 0 .1em 1em black;
-moz-box-shadow: 0 .1em 1em black;
-o-box-shadow: 0 .1em 1em black;
*/
z-index:1;
}
 
/* ESTILOS DEL SLIDESHOW */
ul.bjqs
{
	position:relative;
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden; 
	display:none;

}
li.bjqs-slide
{
	position:absolute; 
	display:none;
	margin:0px 0px;
}

ul.bjqs-controls
{
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:2;
}
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;}
 
 /* EL CAPTION DEL SLIDESHOW */
.bjqs-caption
{
	color:black;
	background:whitesmoke;
	opacity: .1;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
	margin-top:-30px;
	position:absolute;
	font-size:0px;
}
ol.bjqs-markers li a{
	padding: 0px;
	 width: 12px;
	 height: 12px;
	border-radius: 12px;

background: url('../img/bg_ol.png');
color: #fff;
margin: 0px 0px 0px 5px;
text-decoration: none;
transition:background .5s ease;
-webkit-transition:background .5s ease;
-moz-transition:background .5s ease;
-o-transition:background .5s ease;
z-index:3;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:white!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
/*background: whitesmoke;*/
color: #000;
margin-top:10px;
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;
}
