<style type='text/css'>
div.pagination {
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    margin: 0 auto 1.8em;
}
    
div.pagination a {
    color:#929497;
    font-weight: normal;
    line-height:1;
    padding:5px;
    border:1px solid #ddd;
    text-decoration:none;
}

div.pagination a:hover {
    background-color:#65a7e1;
    color:#fff;
    text-decoration: none;
}

div.pagination span {
    font-weight: normal;
    padding: 0.2em 0.4em;
}

div.pagination span.current {
    color: #404040;
}

div.pagination span.disabled {
    color: #d0d0d0;
}

div.pagination span.disabled:active {
}

div.pagination *.prev {
    margin-right: 1em;
}

div.pagination *.next {
    margin-left: 1em;
}
</style>
