/*----------- Gallery Modal Area -----------*/
/* Arrows: */
.modalImageGallery .imageContainer .nextImg {
    position: fixed;
    background-position: right;
    right: 10px;
}
.modalImageGallery .imageContainer .prevImg {
    position: fixed;
    background-position: left;
    left: 10px;
}