﻿
.scrollable {
    position: relative;
    width: 1000%;
}

    .scrollable .Items {
        width: 100%;
        position: absolute;
        display: block;
    }