.pagination {
    float: right;
    font-size: .6em;
    position: relative; top: 5px;
    height: 22px;
}
.pagination span {

}
.pagination a, .pagination .current {
    position: relative;
    padding:4px 6px 4px 6px;
    margin-left: 1px; margin-right: 1px;
    font-weight: bold;
    border: 1px solid #a68456;
}
.pagination a { background: #50150d; color: #deffdb;text-shadow: #000 0px 1px 1px; text-decoration: none; }
    .pagination a:hover { background: #6b362f; text-shadow: none;}
.pagination .current { background: #cfa865; color: #8d6937; }
