.newsPages {
    display: none;
}

ul.pagerListElement {
    float: right;
    clear: both;
    list-style: none;
    margin: 5px 0 5px 0;
}

ul.pagerListElement li {
    float: left;
    background: none !important;
    padding: 2px 5px !important;
    margin: 0 0 0 5px;
    font-weight: bold;
    border: 1px solid #00A0DD;
}

ul.pagerListElement li a.active {
    color: #000000 !important;
}