/*
CTC Separate Stylesheet
Updated: 2017-02-06 06:07:54
*/

.brg-gallery-wrap {
    height: 579px;
    width: 500px;
    float: left;
}
.brg-gallery-side-bar {
    float: right;
}
.gallery-arrows > div {
    float: left;
}
.gallery-arrow {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background: red;
}
.gallery-views .gallery-default-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cf0000;
    cursor: pointer;
    line-height: 48px;
    vertical-align: middle;
    margin-left: 10px;
}
.gallery-views .gallery-default-icon.active {
    background: #353434;
}
.gallery-views .gallery-grid-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/gallery/icon_grid.png);
    cursor: pointer;
    line-height: 48px;
    vertical-align: middle;
    background-position: 0 20px;
}
.gallery-views .gallery-grid-icon.active {
    background-position: center top;
}
.gallery-views .divider {
    background: #353434;
    display: inline-block;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    margin: 0 10px;
}


.brg-gallery-grid-wrap {
    height: 579px;
    width: 500px;
    float: left;
}

.brg-gallery-grid-wrap .brg-gallery-item {
    height: 120px;
    width: 120px;
    float: left;
    margin: 10px;
}