#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 95%;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878D70;
}

.scroll {
	width: 955px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	
}

.scrollContainer div.panel {
	padding: 12px;
	width: 922px;
	text-decoration: none;
}

#shade {

	height: 30px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding-bottom: 9px;
	padding-right: 0;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #991A00;

}

ul.navigation li {
	display: inline;
	margin-right: 0px;
}

ul.navigation a {
	color: #991A00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #696D56;
	border-right-color: #979C83;
	border-bottom-color: #878D70;
	border-left-color: #696D56;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	background-color: #000000;
	color: #FFFFFF;
}

ul.navigation a:focus {
	outline: none;
	text-decoration: none;
	
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
