﻿.divGalleryMain
{
    overflow: auto;
}

.divGalleryMainFull
{
    height: auto;
    overflow: auto;
}

#divGalleryContainer
{
    overflow: auto;
    white-space: nowrap;
    background-color: #2c3e50;
    border-top: 1px solid #7f8c8d;
}

.divGalleryItem
{
    display: inline-block;
    padding: 10px;
}

.divGalleryItem INPUT {
    height: 150px;
}

.divGalleryMain img {
    max-height: 500px;
    max-width: 635px;
}

.divGalleryMain.divGalleryMainZoomed img {
    max-height: none;
    max-width: none;
}

.divGalleryFull {
    min-width: 1024px;
}

.divGalleryFull IMG {
    width: 100vw;
}

.divGalleryFullZoomed img {
    width: auto;
}