
.sp_news_higlighter {
    position: relative;
}
.sp-nh-buttons {
    float: right;
    position: relative;
}
.sp-nh-item {
    overflow: hidden;
    position: relative;
    text-align: right;
}
span.sp-nh-text {
    margin: 0 -70px 0 5px;
}
span.sp-nh-title {
    margin-right: 5px;
}
span.sp-nh-date {
    font-size: 70%;
    font-style: italic;
}
.sp-nh-prev, .sp-nh-next {
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 13px;
}
.sp-nh-prev {
    background-position: 0 50%;
    right: 23px;
}
.sp-nh-next {
    background-position: -26px 50%;
    right: 5px;
}
.sp-nh-prev:hover {
    background-position: -13px 50%;
}
.sp-nh-next:hover {
    background-position: -39px 50%;
}
