﻿.carousel {
    position: relative;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}

    .carousel .next,
    .carousel .next-expert, 
    .carousel .prev,
    .carousel .prev-expert {
        display: none;
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 36px;
        z-index: 9999;
        cursor: pointer;
    }

    .carousel .prev, .carousel .prev-expert {
        margin-left: -120px;
        background: url(../../EIG/Images/anoSlide/arrows.png) 0 50% no-repeat;
    }

    .carousel .next, .carousel .next-expert {
        margin-right: -60px;
        background: url(../../EIG/Images/anoSlide/arrows.png) 100% 0 no-repeat;
    }

    .carousel li {
        display: none;
    }

        .carousel li img {
            width: 100%;
            height: auto;
        }

.paging {
    position: absolute;
    z-index: 9998;
}

    .paging > a {
        display: block;
        cursor: pointer;
        width: 40px;
        height: 40px;
        float: left;
        background: url(../../EIG/Images/anoSlide/dots.png) 0px -40px no-repeat;
    }

        .paging > a:hover,
        .paging > a.current {
            background: url(../../EIG/Images/Images/anoSlide/dots.png) 0px 0px no-repeat;
        }

img {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}
/*Page specific - WEO Homepage*/
.carousel[data-articles] {
    padding: 10px 81px;
    visibility: hidden;
}

    .carousel[data-articles] .wrap {
        display: block;
        width: 240px;
        height: 72px;
        text-decoration: none;
        background-color: #E4E4E4;
    }

    .carousel[data-articles] .next {
        left: 900px;
    }

    .carousel[data-articles] li img {
        height: 60px;
        width: 60px;
        padding: 5px;
        float: left;
    }

    .carousel[data-articles] .slide-label {
        padding: 5px;
        color: rgb(68, 68, 68);
        font-family: lato;
        font-size: 14px;
    }
