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

.scroll {
    height: 400px;
    width: 777px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF /*url(images/content_pane-gradient.gif) repeat-x*/ scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0;
    height: 400px;
    width: 777px;
}

#shade {
    background: #EDEDEC /*url(images/shade.jpg) no-repeat*/ 0 0;
    height: 50px;
}

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

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

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

.hide {
    display: none;
}
