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

#header {
	width: 1040px;
	height: 100px;
	background: url(../images/templatemo_header.jpg) no-repeat;	
}

#header #sitetite {
	float: left;
	width: 0px;
	height: 80px;
	padding-top: 0px;
	margin-right:350px;
	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 {
    height: 550px;
    width: 1040px;
    /*overflow: auto;*/
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(../images/templatemo_content.jpg) no-repeat;
	
}

.scrollContainer div.panel {
    padding: 35px 50px;
    height: 440px;
    width: 950px;
}

ul.navigation {
	float: left;
	left:100px;
	width: 360px;
	height: 40px;
    list-style: none;
    margin: 100px 0 0 0;
    padding: 0;
	padding-top:3px;
	padding-bottom:10px
}

ul.navigation li {
    display: inline;
    /*margin-right: 30px;*/
}

ul.navigation a {
	float: left;
	display: block;
	width: 90px;
	height:40px;
	padding-top: 2px;
	color: #a20000;
	font-size: 13px;
	font-weight: none;
	text-align: center;
    text-decoration: none;
}

#menualex {
	/*float: left;
	display: block;
	

	padding-top: 2px;
	color: #a200a2;
	font-size: 13px;
	font-weight: none;
	text-align: center;
    text-decoration: none;
    margin: 100px 0 0 0;*/
}

#menualex a{
	float: left;
	display: block;
	width: 90px;
	height:40px;
	padding-top: 2px;
	color: #a20000;
	font-size: 13px;
	font-weight: none;
	text-align: center;
    text-decoration: none;
    margin: 100px 0 0 0;
}

#menualex a:hover {
	color: #fff;
	background: url(../images/templatemo_menu_hover.png) no-repeat;
	padding-bottom:5px;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background: url(../images/templatemo_menu_hover.png) no-repeat;
	padding-bottom:5px;
}

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

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

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

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

.hide {
    display: none;
}