#slider {
    width: 710px;
    /*margin: 0 auto;*/
    position: relative;
	margin-top: -5px;
}

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

.scrollContainer div.panel {
    padding: 15px;
    height: 250px;
    width: 690px;
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: #fff url(img/content_pane-gradient.gif) repeat-x left 90%;
}

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

ul.navigation a {
    padding: 10px;
    /*color: #000;*/
    text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}

ul.navigation a:hover {
    /*background-color: #f6f6f6;*/
}

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

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

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

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

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

.hide {
    display: none;
}