#slider {
	width: 850px;
	float: left;
	margin-left: 10px;
}

.scroll {
	width: 850px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	float: left;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 830px;
	overflow: hidden;
	display: block;
}

#shade {
	background: #EDEDEC url(imgs/shade.jpg) no-repeat 0 0;
	height: 50px;
	display: block;
	overflow: hidden;
	width: 830px;
	float: right;
}

ul.navigation {
	list-style: none;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	width: 980px;
	margin: 0;
	overflow: hidden;
}

ul.navigation li {
	float: left;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	height: 30px;
	width: 150px;
	overflow: visible;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	overflow: visible;
	height: 23px;
	padding-top: 3px;
}

ul.navigation a:hover {
	font-weight: bold;
}

ul.navigation a.selected {
	color: #FFF;
	background-image: url(../img/button_selected.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}

ul.navigation a:focus {
	outline: none;
	font-weight: bold;
}

.scrollButtons {
	top: 50px;
	cursor: pointer;
	position: absolute;
	display: none;
}

.scrollButtons.left {
	left: 200px;
}

.scrollButtons.right {
	right: 10px;
}

.hide {
    display: none;
}
DIV.panel h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;

}
DIV.panel p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #FFF;
}
DIV.panel .text {
	width: 830px;
	overflow: hidden;
}
