﻿.page {
    margin: 30px 0;
    text-align: center;
}
.page a {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #000000;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #212121;
}
.page a.next {
    background: url(../images/next.jpg) no-repeat;
}
.current {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #000000;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #212121;
    background: #ffd619;
}