#slider {
    width: 980px;
    float: left;
    margin-top: 10px;
    clear: left;
    text-align: left;
}

.scroll {
    width: 980px;
    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 {
    width: 980px;
}

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

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

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

ul.navigation a:hover {
    background-color: #608DA9;
    color: #ffffff;
}

ul.navigation a.selected {
	background-color: #608DA9;
	color: #ffffff;
}

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

.panel {
	text-align: left;
}

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

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

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

.hide {
    display: none;
}