@import url("galleria.product.css");

.galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 0;
    bottom: 0;
    position: absolute;
    left: 6px;
    right: 6px;
    z-index: 2;
    background: #333;
}