.on_cgp_thumb {
    margin-right: 10px;
    margin-bottom: 10px;
}




.oncgp_pagination {
    text-align: center;
}
.oncgp_pagination_but {
    display: inline-block;
    padding: 5px 20px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
.oncgp_pagination_but.active, .oncgp_pagination_but:hover {
    background: #0b64c0;
    color: #fff;
    border: 1px solid #0b64c0;
}

.on_cgp_photos {
    position: relative;
}
.on_cgp_photos_loader {
    text-align: center;
    position: absolute;
    /* top: 0; */
    background: #FFFFFF70;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.on_cgp_photos_loader img{
    margin-top: 50px;
}

.on_cgp_table { display: table; width: 100%; }
.on_cgp_row { display: table-row; }
.on_cgp_row a { display: table-cell; text-align: center; }
.on_cgp_row a img { width: 95%; height: auto; }