#slider {
    margin: 0 auto;
    position: relative;
    height: 270px;
}

.scroll {
  
    width:510px;
    height: 310px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;

}

.scrollContainer div.panel {

    height: 210px;
    width:500px;
}

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

.scrollButtons.left {
    left: -20px;
    width:20px;
}

.scrollButtons.right {
    right: -20px;
    width:20px;
}

.hide {
    display: none;
}