
.aaaleafer_arrows {
    
}

.aaaleafer_arrow {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    
    cursor: pointer;
    z-index: 3;
}

.aaaleafer_arrow:hover {
    background-color: #13b7b8;
}

.aaaleafer_arrow_left {
    left: 0px;
    background-image: url(/img/leafer_arrow_left_green.png);
}

.aaaleafer_arrow_right {
    right: 0;
    background-image: url(/img/leafer_arrow_right_green.png);
}

.aaaleafer_arrow_left:hover {
    background-image: url(/img/leafer_arrow_left_white.png);
}

.aaaleafer_arrow_right:hover {
    background-image: url(/img/leafer_arrow_right_white.png);
}

.aaaleafer_switcher {
    text-align: center;
    margin-top: 15px;
    display: none;
}

@media only screen and (max-width: 590px){
    .aaaleafer_switcher {
        display: block;
    }
}

.aaaleafer_switcher_but {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #13b7b8;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.aaaleafer_switcher_left {
    background-image: url(/img/leafer_arrow_left_white.png);
}

.aaaleafer_switcher_right {
    background-image: url(/img/leafer_arrow_right_white.png);
}

.aaaleafer_switcher_but:hover {
    background-color: #ffffff;
}

.aaaleafer_switcher_left:hover {
    background-image: url(/img/leafer_arrow_left_green.png);
}

.aaaleafer_switcher_right:hover {
    background-image: url(/img/leafer_arrow_right_green.png);
}

.aaaleafer_switcher_count {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #ffffff;
    vertical-align: top;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    padding: 0 12px;
}

.aaaleafer_switcher_count strong {
    color: #13b7b8;
    font-weight: bold;
    font-size: 14px;
}

.aaaleafer {
    overflow: hidden;
    position: relative;
}

.aaaleafer_inner {
    position: relative;
    white-space: nowrap;
}

.aaaleafer_inner_center {
    text-align: center;
}

.aaaleafer_item {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}

.aaaleafer_item_hidden {
    display: none;
}