.prevPage {
    background-image: url("../images/arrows/sageata_selectie_st_off.png");
}

.prevPage:hover {
    background-image: url("../images/arrows/paginator_hover_st.png");
}

.nextPage {
    background-image: url("../images/arrows/sageata_selectie_dr_off.png");
}

.nextPage:hover {
    background-image: url("../images/arrows/paginator_hover_dr.png");
}

.prevPage, .nextPage {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    font-size: 0;
    background-color: transparent;
    outline: none;
    margin: 5px 0!important;

}