
/*
  @@ Pagination
*/
.holder {
    margin: 5px 0;
    position: relative;
    width: 100%;
    float: left;
    margin-left: 15px;
    margin-right: auto;
}

    .holder a {
        position: relative;
        float: left;
        padding: 4px 10px;
        margin-left: -1px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #ccc;
    }

        .holder a:hover {
            background-color: #ddd;
            color: #fff;
        }

        .holder a.jp-previous {
            margin-right: 10px;
        }

        .holder a.jp-next {
            margin-left: 10px;
        }

        .holder a.jp-current, a.jp-current:hover {
            color: #fff;
            cursor: default;
            background-color: #461d7c;
            border-color: #461d7c;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .holder a.jp-current,
        .holder a.jp-disabled {
            cursor: default;
            /*background: none;*/
        }

a.jp-current:hover, a.jp-disabled:hover {
    cursor: default;
    /*background: none;*/
    color: #fff;
}

.holder span {
    margin: 0 5px;
}
