#slider { width: 600px; position: relative; height: 500px; margin: auto; }

.scroll { width: 600px; overflow-x: hidden; position: relative; height: 500px; padding-top: 10px; padding-bottom: 10px; }

.scrollContainer div.panel { height: 500px; width: 600px; }
.hide {
    display: none;
}

