#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	position: relative;
	left: 10px;
	float: left;
    width: 480px;
    position: relative;
	overflow: hidden;
}

.scroll {
	float: left;
    position: relative;
    height: 150px;
	margin-top: 10px;
    width: 480px;
    overflow: hidden;
    clear: left;
}

.scrollContainer div.panel {
    width: 480px;
}

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

ul.navigation {
	float: right;
	display: block;
	width: 140px;
	height: 18px;
    list-style: none;
	overflow: hidden;
}

ul.navigation li {
	float: left;
	overflow: hidden;
	margin-right: 5px;
	text-align:center;
}

ul.navigation a {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
    text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	background-color: #82b6c8;
	color: #ffffff;
}

ul.navigation a:hover {
    background-color: #aac254;
}

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

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

.scrollButtons {
    position: absolute;
	display: block;
	width: 18px;
	height: 18px;
    top: 160px;
    text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	background-color: #82b6c8;
	color: #ffffff;
	cursor:pointer;
	text-align:center;
}
.scrollButtons:hover {
	background-color: #aac254;
}
.scrollButtons.left {
    left: 315px;
}
.scrollButtons.right {
    right: 5px;
}
.hide {
    display: none;
}
