.jcarousel-clip{
    overflow: hidden;
}

/* CArrusel modulos destacados ej: home*/
#destacadosCarrusel .glyphicon-menu-left{
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top:-1.3em;
    font-size: 0.666666666em;
    font-weight: 300;
    background: url(/img/aena/flecha-ir-izda@2x.png) no-repeat scroll left 50% transparent;
}
#destacadosCarrusel .glyphicon-menu-right{
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1.3em;
    font-size: 0.666666666em;
    background: url(/img/aena/flecha-ir-dcha@2x.png) no-repeat scroll right 50%  transparent;
}

#destacadosCarrusel .glyphicon-menu-right:before, #destacadosCarrusel .glyphicon-menu-left:before {
    content: " "; width:1.3em; height:2.6em; display:inline-block;
}
#destacadosCarrusel .glyphicon-menu-left:hover, #destacadosCarrusel .glyphicon-menu-right:hover{cursor:pointer;}

/*Carrusel monumentos en turismo*/
#carruselMonumentosInt{
    width: 833px;
    margin: auto;
}
#carruselMonumentosInt .glyphicon-arrow-left{
    position: absolute;
    top: 0%;
    left: -82px;
    background: #fff;
    padding: 4.88em 2.15em;
    color: #1A2732;
}
#carruselMonumentosInt .glyphicon-arrow-right{
    position: absolute;
    top: 0%;
    right: -82px;
    background: #fff;
    padding: 4.88em 2.23em;
    color: #1A2732;
}


/** Carousel Controls **/

.jcarousel-prev {
    left: 0;
}

.jcarousel-next {
    right: 0;
}

.jcarousel-prev:hover span,
.jcarousel-next:hover span {
    display: block;
}

.jcarousel-prev.inactive,
.jcarousel-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}