#boxx-slider { height:600px; background:#222; margin-top:-180px; margin-bottom:-130px; }
#slider, .bjqs, .bjqs-slide { width:100%!important; height:100%!important; }
.bann-titu { position:absolute; left:0px; right:0px; top:40%; }
.bann-titu p, .bann-titu h1 { margin-top:10px; width:480px; display:block; text-shadow: 0px 0px 10px #000; }

.bann-filt { width:100%; height:100%; position:absolute; top:0; background-image: linear-gradient(to bottom, #222 , transparent); opacity:0.9; }
.bann-degr { width:100%; height:100%; position:absolute; top:0; background-image:url(images/bann-fond.svg); background-repeat:repeat; background-position:0 0; opacity:0.5; }

/* ESTILOS DEL SLIDESHOW */
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 { display:none; list-style:none; z-index:9999; position:absolute; left:0px; right:0px; top:50%; margin-top:30px; }

.bjqs-slide img { width:100%; height:auto; position:absolute; top:0; bottom:0; margin: auto; }
.bjqs-slide img1 { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); }
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
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; }
ol.bjqs-markers { display:none; }
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a { float:left; display:inline; width:30px; height:30px; background:url(images/arrows.png) no-repeat; text-indent:-9999px; }
ul.bjqs-controls.v-centered li.bjqs-next a { background-position:-30px 0; float:right; }
ul.bjqs-controls.v-centered li a:hover { background:url(images/arrows1.png)  no-repeat; }
ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-position:-30px 0; }

