.horizontal-container
{
    OVERFLOW-X: auto;
    SCROLL-BEHAVIOR: smooth;
    SCROLL-SNAP-TYPE: x mandatory;
    SCROLLBAR-COLOR: #ffffff #bfbfbf;
    SCROLLBAR-WIDTH: thin;
    TEXT-ALIGN: center;
    WHITE-SPACE: nowrap;
    -WEBKIT-OVERFLOW-SCROLLING: touch;
}

.horizontal-container::-webkit-scrollbar
{
    HEIGHT: 10px;
}

.horizontal-container::-webkit-scrollbar-track
{
    BORDER: 5px solid #ffffff;
}

.horizontal-container::-webkit-scrollbar-thumb
{
    BORDER: 5px solid #bfbfbf;
}

.horizontal-container::-webkit-scrollbar-thumb:hover
{
    BORDER: 5px solid #808080;
}

.horizontal-container > DIV
{
    DISPLAY: inline-block;
    SCROLL-SNAP-ALIGN: center;
    TEXT-ALIGN: left;
}