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

.scroll {
    height: 446px;
    width: 730px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    /*background: #FFFFFF url(/lib/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 30px 20px 20px 0px;
    height: 446px;
    width: 710px;
    overflow-y: auto;
}

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

ul.navigation a:focus { outline: none; }

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

.scrollButtons.left  { left: -20px; }
.scrollButtons.right { right: -20px; }
.hide { display: none; }