#inlineGallery {
    font-size: 0;
    box-sizing: border-box;
    /*border: 1px dashed #777;*/
    overflow-x: hidden;
    background: #f5f5f5;
}
.inlineGalleryStage {
    height: 100%;
}
.inlineGalleryThumb {
    position: relative;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*float: left;*/
    border: 0px solid #999;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #d9dde2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.inlineGalleryThumb > img {
    width: 100%;
    height: 100%;
}

#inlineGalleryThumbIcon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -15px;
    width: 36px;
    height: 27px;
    background: url("../images/btns.png") -108px 0 no-repeat;
    opacity: 1;
    pointer-events: none;
}

#inlineGalleryThumbText {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    pointer-events: none;
}