#slider{
    margin-top:     10px;
    margin-bottom:  100px;
    //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;
    overflow-x: visible;
    margin-left: auto;
    margin-right: auto;
}


/* ESTILOS DEL SLIDESHOW */

ul.simple{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.simple-slide{position:absolute; display:none;}
ul.simple-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.simple-controls.v-centered li a{position:absolute;}
ul.simple-controls.v-centered li.simple-next a{right:0;}
ul.simple-controls.v-centered li.simple-prev a{left:0;}
ol.simple-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.simple-markers.h-centered{text-align: center;}
ol.simple-markers li{display:inline;}
ol.simple-markers li a{display:inline-block;}
p.simple-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


.simple-caption{
    color:black;
    background:whitesmoke;
    opacity:.75;
}

/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.simple-markers{
    margin-top:35px;
}
ol.simple-markers li a{
    padding: 5px 10px;
    background: #000;
    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;
}
li.active-marker a, ol.simple-markers li a:hover{
    background:gray!important;
}

/* CONTROLES ATRAS Y ADELANTE */
ul.simple-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.simple-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}
