#next {
    background:url(https://www.noticiasmallorca.es/modulos/carrusel_guia_empresas_portada/img/der_bot.png) no-repeat 50% 50%;
    right:3px;
}
#next:hover {
    background:url(https://www.noticiasmallorca.es/modulos/carrusel_guia_empresas_portada/img/der_bot_hover.png) no-repeat 50% 50%;
}

#prev {
    background:url(https://www.noticiasmallorca.es/modulos/carrusel_guia_empresas_portada/img/izq_bot.png) no-repeat 50% 50%;
    left:180px;
}

#prev:hover {
    background:url(https://www.noticiasmallorca.es/modulos/carrusel_guia_empresas_portada/img/izq_bot_hover.png) no-repeat 50% 50%;
}

#prev,#next {
    height:46px;
    position:absolute;
    text-indent:-2000px;
    top:150px;
    width:60px;
    z-index:1000;
}

#slider-wrapper {
    background-color:#FFFFFF;
    font-family:"Tahoma, Arial, Helvetica, Trebuchet MS,Segoe UI, sans-serif";
    font-size:16px;
    height:auto;
    margin:20px auto;
    overflow:hidden;
    position:relative;
    width:95%;
    z-index:100;
    border: 0px solid #fff;
}

#slider-wrapper a:link,#slider-wrapper a:visited {
    color:#00f;
}

.slide {
    background:#fff;
    height:auto;
    overflow:hidden;
    position:relative;
    width:95%;
}

.slide a:hover {
    color:#00F!important;
}

.slider-content {
    height:auto;
    margin:1px auto 0;
    overflow:hidden;
    position:relative;
    width:95%;
}