.rs-arrows .rs-prev::before {
    display: none;
}

.rs-arrows .rs-next::before, .rs-arrows .rs-prev::before {
    display: none;
}

.rs-arrows .rs-next, .rs-arrows .rs-prev {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    border-radius: 5px 0 0 5px;
    border-style: none;
    border-width: 1px;
    box-shadow: none;
    display: block;
    float: left;
    height: 42px;
    margin: 10px 0;
    padding: 0 2px 2px 0;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: 42px;
}

.rs-arrows .rs-prev:hover::before {
    border-left: none;
    border-right: none;
}

.rs-arrows .rs-next:hover::before {
    border-left: none;
    border-right: none;
}

.rs-arrows .rs-next, .rs-arrows .rs-prev {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    display: none;
    float: left;
    height: 42px;
    margin: 10px 0;
    padding: 0 2px 2px 0;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: 42px;
}