﻿.holder {
    margin: 15px 0;
}

    .holder a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        color: #333;
        text-decoration: none;
    }

        .holder a.jp-previous {
            margin-right: 15px;
        }

        .holder a.jp-next {
            margin-left: 15px;
        }

        .holder a.jp-previous:hover {
            margin-right: 15px;
            color: #2E74B5;
        }

        .holder a.jp-next:hover {
            margin-left: 15px;
            color: #2E74B5;
        }

        .holder a.jp-current, a.jp-current:hover {
            color: #2E74B5;
            font-weight: bold;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: white;
        }

        .holder a.jp-current, a.jp-current:hover,
        .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

    .holder span {
        margin: 0 5px;
    }
