.pagination {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 12px;
    border-top: 1px solid #DADADA;
    margin: 10px 0 -1px 0;
    padding-left: 11px;
    background: url(../images/bg_1.gif);
}

.page-num {
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: url(../images/text_bg.gif) repeat-x;
}

.btns {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    padding: 0 1px 0 1px;
    text-align: center;
}

.btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
}

.page-sep {
    width: 14px;
    display: inline-block;
}
.first {
    background: url(../images/first.gif) no-repeat center;
}

.first-disabled {
    background: url(../images/first_disabled.gif) no-repeat center;
}

.prev {
    background: url(../images/prev.gif) no-repeat center;
}

.prev-disabled {
    background: url(../images/prev_disabled.gif) no-repeat center;
}

.next {
    background: url(../images/next.gif) no-repeat center;
}

.next-disabled {
    background: url(../images/next_disabled.gif) no-repeat center;
}

.last {
    background: url(../images/last.gif) no-repeat center;
}

.last-disabled {
    background: url(../images/last_disabled.gif) no-repeat center;
}

.nowait {
    background: url(../images/nowait.gif) no-repeat center;
}

.separator {
    width: 2px;
    height: 20px;
    background: url(../images/separator.gif) no-repeat center;
}