
.zoomer {
    z-index: 10000000;
    position: fixed;
    center: top;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #E4E4E4
}

.zoomer .zoom-next,.zoomer .zoom-prev {
    width: 55px;
    height: 55px;
    background-size: cover;
    top: 50%
}

.zoomer img {
    position: relative
}

.zoomer .zoom-next,.zoomer .zoom-prev,.zoomer .zoomerclose {
    z-index: 1010;
    position: absolute;
    font-size: 3em;
    color: #2d2d2d;
    line-height: 1;
}

.zoomer .zoom-prev {
    left: 1em;
    transform: rotate(180deg);
}

.zoomer .zoom-next {
    right: 1em;
}

.zoomer .thumb-gallery {
    z-index: 1010;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0
}

.zoomer .thumb-gallery img {
    height: 60px;
    margin: 0 2px;
    display: block;
    float: left;
    cursor: pointer
}

.zoomer .thumb-gallery .image-container {
    background-color: #fff;
    padding: 5px 3px;
    height: 60px;
    display: table;
    margin: 0 auto
}

.zoomer .zoomerclose {
    top: 1em;
    right: 1em
}

.zoomer .click-to-close-note {
    z-index: 1010;
    position: absolute;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #000;
    text-transform: uppercase;
    width: 120px;
    padding: 20px;
    top: 1em;
    left: 1em
}

.left-arrow,.right-arrow {
    width: 30px;
    height: 30px;
    background-size: cover;
    display: block
}

.left-arrow {
    background-image: url(../img/arrow_left.png)
}

.right-arrow {
    background-image: url(../img/arrow_right.png)
}