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

#templatemo_wrapper {
	width: 1130px;
	margin: 0 auto;
	background: url(../images/templatemo_body.jpg) no-repeat top center;
	/*border:1px solid #000;*/
	
}

#templatemo_social {
	width: 1130px;
	height: 50px;
}

#templatemo_main {
	clear: both;
	width: 1130px;
	padding: 30px 0;
	height: 600px;
}

#templatemo_sidebar {
	float: left;	
	width: 640px;
}

#templatemo_content {
	float: right;
	/*width: 480px;*/
}


#header h1 { display: block; width: 425px;  padding: 0 }
#header h1 a { float: left; margin-top: 25px; width: 425px; height: 430px; background: url(../images/templatemo_logo.png); text-indent: -10000px; background-repeat:no-repeat; }

#menu {
	/*clear: both;*/
	float: right;
	margin-top:55px;
	
}

#templatemo_footer {
	clear: both;
	float: right;
	width: 360px;
	margin: 20px 40px;
	padding: 20px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#templatemo_footer a {
	color: #fff;
}

.scroll {
    width: 480px;
    height: 730px;
    overflow: auto;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
	width: 400px;
	height: 650px;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	overflow: scroll;
}

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

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	float: right;
	padding: 8px 15px;
	margin-bottom: 5px;
	font-size: 15.5px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	text-align: right;
}

ul.navigation a:hover, ul.navigation a.selected {

}

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


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

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}
