#slider {
    width: 770px;
    margin: 1em auto;
    position: relative;
}

.scroll {
    height: 580px;
    width: 770px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff url(images/bg.jpg) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
 	border-top:2px solid #ED482C;
    padding: 20px;
    height: 580px;
    width: 770px;
}

#shade {
    background: #212121 url(../images/fade.gif) repeat-x;
    height: 70px;
}

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

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

ul.navigation a {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
    padding: 1em 2em;
    color: #CCC;
    text-decoration: none;
	background: url(../images/menu_bg_hover.gif) repeat-x;
}

ul.navigation a:hover {
    padding: 1em 2em;
    color: white;
}

ul.navigation a.selected {
    padding: 1em 2em;
	color: white;
	background: #ED482C url(../images/menu_selected.gif) repeat-x;

}

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

.scrollButtons {
	background: transparent;
    position: absolute;
    top: 250px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}