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

.scroll {
    height: 340px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #403F41 url(/slider/images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 340px;
    width: 600px;
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
}

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

ul.navigation a {
    padding: 2px 5px;
    color: #bbb;
    text-decoration: none;
}

ul.navigation a:hover {
background-color: #333;
color:#fff;
}

ul.navigation a.selected {
    background-color: #666;
color:#eee;
}

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

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

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

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

.hide {
    display: none;
}