#slider {
    position: relative;
	width: 100%;
}

#header_wrapper {
	width: 100%;
	
}


#header {
	background: url(../images/header.png) no-repeat top center;
	width: 1024px;
	height: 75px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}

#menu_wrapper {
	width: 100%;
}

#menu {
	
	width: 1024px;
	height: 103px;
	margin: 0 auto;
	padding-top: 0px;
}

#content_wrapper {
	width: 100%;
}

#content {
	width: 860px;
	height: 600px;
	padding: 0 60px;
	margin: 0 auto
}

#footer_wrapper { 
	width: 100%;
}

#footer {
	height: 60px;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	color: #999;
	text-align: center;
	background: #1f0c0c;
	font-size: 13px;
}

#footer a {
	color: #fff;
}

.scroll {
    height: 600px;
    width: 860px;
    overflow: auto;
 /*   overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 600px;
    width: 800px;
	padding: 35px 0px 0 65px;
	
}

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

ul.navigation li {
    display: inline;
    margin: 0px;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 99px;
	height: 70px;
	padding: 35px 34px 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	background: url(../images/templatemo_menu_bg1.png) no-repeat top center
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #ffd33a;
}

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

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

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

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

.hide {
    display: none;
}