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

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

.scrollContainer div.panel {
    padding: 0px;
    height: 446px;
    width: 980px;
}

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

ul.navigation {
    list-style: none;
    margin: auto;
    padding: 0;
    padding-bottom: 9px;
    left: 0;
    right: 0;
    width: 300px;
    color: #999;
    font-size: 16px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a
{
    padding: 10px;
    color: #000;
    text-decoration: none;
    color: #555;
}

ul.navigation a:hover { background-color: #f6f6f6; }
ul.navigation a.selected
{
    background-color: #fff;
    font-weight: bold;
    color: #222;
}

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

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

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