#slider {
	background: #fff;
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 190px;
    overflow: auto;
    position: relative;
    clear: left;
    background: #fff;
    /* border-top: solid 1px #CCC; */
    width: 900px;
}
.scrollContainer div.panel {
    /* padding: 10px; */
    height: 200px;
    width: 900px; /* change to 560px if not using JS to remove rh.scroll */
}

ul.navigation {
    list-style: none;
    padding: 0 10px 0 55px;
    height: 35px;
    position: relative;
    float: left;
}

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

ul.navigation a {
	font-size: .8em;
    padding: 5px;
    color: #666;
    text-decoration: none;
    line-height: 34px;
}

ul.navigation a:hover {
    color: #666;
}

ul.navigation a.selected {
    color: #999;
    text-decoration: none;
}

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

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

.scrollButtons.left {
    left: 240px;
}

.scrollButtons.right {
    right: 540px;
}

.hide {
    display: none;
}
