#slider {
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 800px;
	height: 60px;
	margin-left: 50px;
}

#header #sitetite {
	float: left;
	width: 240px;
	height: 65px;
	padding-top: 35px;
	margin-right: 80px;
	text-align: center;
}

#header #sitetite h1 {
	margin: 0;
	padding: 0;
}

#header #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}


.scroll {
	overflow: auto;
	/* overflow-x: hidden; */
    position: relative;
	width: 800px;
	clear: left;
}

.scrollContainer div.panel {
	width: 760px;
	padding-top: 20px;
	padding-left: 40px;
	}

ul.navigation {
	float: left;
	width: 500px;
	height: 50px;
	list-style: none;
	padding: 0;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	padding-top: 9px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #FFF;
	background: 
; 	background-color: #F50A45;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}

#next {
	width: 700px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	;
}

#next  ul {
	float: left;
	width: 500px;
	height: 50px;
	list-style: none;
	padding: 0;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#next  li {
    display: inline;
    margin-right: 50px;
}

#next  a {
	float: left;
	background-position: center top;
	height:25px;
	width:525px;
	display: block;
	text-decoration: none;
	margin-left: 100px;
	margin-right: 100px;
}



