#slider {
    position: relative;
	width: 100%;
	background: url(../images/templatemo_body_wrapper.jpg) repeat-x top
}

#header_wrapper {
	height: 100px;
	margin-bottom: 10px;
	background-image: url(../images/templatemo_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1980px;
}

#header {
	height: 85px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 1280px;
}

#header h1 {
	padding: 0;
	color: #000000;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
}
#header h1 a { display: block; width: 160px; height: 40px; margin: 0 auto; background: url(../images/templatemo_logo.png) top center no-repeat; text-indent: -10000px; }

#templatemo_wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5;
	padding-left: 5;
	width: 1580px;
}

#templatemo_sidebar {
	float: left;
	width: 254px;
	height: 650px;
	background-color: #000;
	text-align: center;
}

#menu {
	clear: both;
	width: 240px;
	height: 620px;
	background-image: url(../images/templatemo_body.jpg);
	padding: 7px;
}

#content {
	float: left;
	width: 1320px;
	background-image: url(../images/templatemo_content.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.content_section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666
}

.last_section {
	margin: 0;
	padding: 0;
	border: 0;
}


#footer {
	clear: both;
	width: 1340px;
	text-align: center;
	color: #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer a {
	color: #ccc;
}

.scroll {
	height: 615px;
	overflow: auto;
	/* overflow-x: hidden; */
	position: relative;
	clear: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: none;
	width: 1360px;
}

.scrollContainer div.panel {
	width: 1300px;
	height: 630px;
	overflow: hidden;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 170px;
	height: 21px;
	padding: 20px 20px 20px 70px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: 700;
    text-decoration: none;
	color: #666;
	background: url(../images/templatemo_menu_btn.jpg) no-repeat
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #000;
	background: url(../images/templatemo_menu_btn_hover.jpg) no-repeat
}

ul.navigation a:focus {
	outline: none;
	font-size: 18px;
	font-weight: bolder;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}


.sub_sty{
	display: flex;
}
