#page-bar .page-wrap li {
    float: left;
    position: relative;
    color: #3d3d3d;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px #ededed solid;
}
#page-bar .page-wrap li.disabled{
    color: #eee;
    border-color: #eee;
}
#page-bar .page-wrap li.active {
    background: #ff5000;
    border-color: #ff5000;
    color: #fff;
}
#page-bar{background: #fff}