#wrapper {
    margin: 0 auto;
    border: solid 2px #ccc;
    height: 335px;
    width: 938px;
}

#slider {
    margin: 0 auto;
    position: relative;
    height: 335px;
    width: 938px;
}

.scroll {
    width: 938px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 335px;
    width: 938px;
}

#panel1 { background: #FFFFFF url(images/img_01.jpg) no-repeat; }
#panel2 { background: #FFFFFF url(images/img_02.jpg) no-repeat; }
#panel3 { background: #FFFFFF url(images/img_03.jpg) no-repeat; }
#panel4 { background: #FFFFFF url(images/img_04.jpg) no-repeat; }
#panel5 { background: #FFFFFF url(images/img_05.jpg) no-repeat; }

.hide {
    display: none;
}