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

#intro {
    padding-bottom: 10px;
}


#slider {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 395px;
	width: 900px;
	overflow: auto;
	
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.scrollContainer div.panel {
  	padding: 20px;
  	height: 355px;
  	width: 900px; /* change to 560px if not using JS to remove rh.scroll */
}


ul.navigation {
	margin:0;
	padding:0;
	list-style:none;
	width:960px;
}

ul.navigation li {
	float:left;

}

ul.navigation a {
	display:block;
	float:left;
	line-height: 13px;
	text-decoration:none;
	color:#fce2bf;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 0px;
	font-weight: bold;
	height: 14px;
}

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

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

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

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -25px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}
