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

.scroll {
    height: 250px;
    width: 380px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff; url(i/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    xpadding: 20px;
    height: 210px;
    width: 400px;
}

#shade {
    background: #fff url(http://www.fantasea.bm/i/shade.jpg) no-repeat center -20px;
    height: 50px;
}

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

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}