#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.border {
	height: 450px;
	width: 900px;
	border: 1px solid #c0c0bf;
	}

.scroll {
    height: 450px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 450px;
    width: 900px;
}

ul.navigation {
	float: left;
    list-style: none;
	margin: 0;
    padding: 0;
	margin-top: 7px;
    padding-bottom: 20px;
}

ul.navigation li {
	float: left;
	margin: 0;
    padding: 0;
    margin-right: 10px;
}

ul.navigation a {
	display: block;
	float: left;
	margin: 0;
    padding: 10px;
	padding-top: 14px;
    color: #6a6a6a;
	font-weight: bold;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #000;
    border-bottom: 2px solid gray;
}

ul.navigation a.selected {
	color: #000;
	font-weight: bold;
    border-bottom: 2px solid gray;
	background: url(../img/layout/button_arrow.gif) center top no-repeat;
	background-color: #ded3cd;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    cursor: pointer;
	position: absolute;
	top: 474px;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}

.hide {
    display: none;
}