.slider {
    width: 100%;
    position: relative;
}

.sliderBtn, .lboxBtn {
    position: absolute;
    z-index: 2;
    background: url(/National_Library/oe_/https://falling-walls.com:443/static/asset/img/btn-slider.png) no-repeat;
    height: 38px;
    width: 25px;
    top: 50%;
    margin: -19px 0 0 0;
    display: none;
    outline: none;
}

.openFwLightbox .sliderBtn {
    display: none !important;
}
.sliderBtn.inTransition {
    opacity: 0.4;
}

.sliderBtnNext {
    right: -36px;
    background-position: right 0;
}

.sliderBtnPrev {
    left: -146px;
}

.sliderNav {
    text-align: right;
}

#highlightVideos .sliderNav {
    margin-top: 10px;
}

.sliderNav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #8B7A73;
    margin: 0 5px 0 0;
}

.sliderNav a:hover {
    background: #7B6C66;
}

.sliderNav a.active {
    background: #FF0000;
}

.innerSlide {
    /*margin-bottom: 10px;*/
}

