
.pager {
    background: #F9F6F2;
    height: 33px;
    text-align: center;
}

.pager ul {
    padding: 6px 0 0 0;
    color: #4e7cbf;
}

.pager li {
    display: inline;
    margin: 0 5px 0 0;
    font-size: 0.8em;
}

.pager li.selected {
    margin: 0 8px 0 3px;
}

.pager li.selected a {
    text-decoration: none;
    font-weight: bold;
    color: #836d52;
}

.pager .previous a {
    width: 7px;
    height: 7px;
    background: url(../img/next_prev.png) no-repeat 0 0;
    text-indent: -99999px;
    font-size: 0;
    color: #F9F6F2;
    display: inline-block;
    position: relative;
    top: -7px
}

.pager .next a {
    width: 7px;
    height: 7px;
    background: url(../img/next_prev.png) no-repeat -7px 0;
    text-indent: -99999px;
    font-size: 0;
    color: #F9F6F2;
    display: inline-block;
    position: relative;
    top: -7px
}
