.wuSlides {
    position:relative;
    overflow:hidden;
}
.wuSlide {
    width: 100%;
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.wuSlide.wuAlign_top {
    justify-content: start;
}
.wuSlide.wuAlign_bottom {
    justify-content: end;
}
.wuSlide.wuAlign_center {
    justify-content: center;
}
.wuSlides .slidesjs-navigation {
    position:absolute;
    top:40%;
    z-index:99;
    width:71px;
    height:71px;
}
.wuSlides .wuPrevious {
    left:0;
    background: transparent url("slide-precedent.png") no-repeat left top;
}
.wuSlides .wuPrevious:hover {
    cursor:pointer;
    background: transparent url("slide-precedent-over.png") no-repeat left top;
}
.wuSlides .wuNext {
    right:0;
    background: transparent url("slide-suivant.png") no-repeat left top;
}
.wuSlides .wuNext:hover {
    cursor:pointer;
    background: transparent url("slide-suivant-over.png") no-repeat left top;
}