#bottompagination {
    position: relative;
    top: -25px;
}

.pagination {    margin-top: -3px;    font-size: 12px;
    text-align: center;}
h1 .pagination a {    text-decoration: none;    color: #FFF;}

.pagination a {
    color: #000;
}
h1 .pagination a, h1 .pagination span {}

.pagination a, .pagination span {
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.pagination .current {
    background: #7870a5;
    color: #FFF;
}
h1 .pagination .current {    background: #FFF;    color: #000;}
.pagination .current.prev, .pagination .current.next{    color:#000;    background:none;}

