#slider {
    width: 639px;
    margin: 20px auto 0 auto;
    position: relative;
}

.scroll {
    width: 637px;
    overflow: hidden;
    position: relative;
    clear: left;
	border: 1px solid #604824;
}

.scrollContainer div.panel {
    height: 300px;
    width: 637px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 20px 0 10px 0;
	font-family: trebuchet ms;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 10px;
    color: #787878;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #fa6716;
}

ul.navigation a.selected {
    color: #fa6716;
}

ul.navigation a:focus {
    outline: none;
}

.list-spacing {padding: 5px 10px 5px 10px; /* spacing between the links */
}

.scrollButtons {
    position: absolute;
    top: 125px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -27px;
}

.scrollButtons.right {
    right: -27px;
}

.hide {
    display: none;
}

.panel-left {
	width: 300px;
	height: 300px;
	float: left;
	display: inline;
	background: url(../images/background/coda-panel-left.png) no-repeat;
}

.panel-right {
	width: 317px;
	float: left;
	display: inline;
	padding: 10px;
}