.nspPrev:before {
    border: 10px solid #e45613;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: none;
    content: "";
    display: block;
    float: left;
    margin: 3px 0 0 4px;
}
.nspNext:before {
    border: 10px solid #e45613;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    content: "";
    display: block;
    float: left;
    margin: 3px 0 0 6px;
}
.nspNext,
.nspPrev {
    background: #fff;
    border: 2px solid #e45613;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 24px;
}
.nspNext:hover,
.nspNext:focus,
.nspNext:active,
.nspPrev:hover,
.nspPrev:focus,
.nspPrev:active {
    border-color: #e45613;
}
.nspNext::hover::before,
.nspPrev::hover::before {
    color: #e45613 !important;
}
