.huMonguzRestGallery.liquid .previous,
.huMonguzRestGallery.liquid .next {
    margin: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
    font-size: 30px;
}

.huMonguzRestGallery .previous table tr td span,
.huMonguzRestGallery .next table tr td span {
    display: none;
}

.huMonguzRestGallery .previous.inactive,
.huMonguzRestGallery .next.inactive {
    cursor: default;
    color: gray;
}

.huMonguzRestGallery.liquid .previous {
    display: block;
    float: left;
    padding-right: 10px;
}

.huMonguzRestGallery.liquid .next {
    display: block;
    float: right;
    padding-left: 10px;
}

.huMonguzRestGallery.liquid .previous table,
.huMonguzRestGallery.liquid .previous table tr,
.huMonguzRestGallery.liquid .previous table tr td,
.huMonguzRestGallery.liquid .next table,
.huMonguzRestGallery.liquid .next table tr,
.huMonguzRestGallery.liquid .next table tr td {
    height: 100%;
    vertical-align: middle;
}

.huMonguzRestGallery.liquid .previous table tr td {
    position: relative;
}

.huMonguzRestGalleryWrapper .counter-wrapper,
.huMonguzRestGallery.liquid {
    display: none;
}