

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

}

.scroll {
    height: 406px;
    width: 938px;

    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   
}

.scrollContainer div.panel {
    padding: 0px;
    height: 406px;
    width: 939px;
}


.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;
 z-index: 100;

}

.scrollButtons.right {
    right: 0px;
 z-index: 100;

}

.hide {
    display: none;
}