/* ------------ IMAGE GALLERY MODAL OVERLAY (start) ------------ */
.modalImageGallery .imageContainer .nextImg {
    position: fixed;
    background-position: right;
    right: 10px;
    width: 20%;
}
.modalImageGallery .imageContainer .prevImg {
    position: fixed;
    background-position: left;
    left: 10px;
    width: 20%;
}

.publicModalClose {
    background-color: #b2b2b2;
}

/* Background: */
.publicModalMask {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/* ------------ IMAGE GALLERY MODAL OVERLAY (end) ------------ */