#slider {
    position: relative;
	width: 95%;
}

#templatemo_wrapper {
	width: 1200px;
	margin: 0 auto;
}

#templatemo_social {
        float: left;
	width: 950px;
	height: 100px;
        margin-top: 30px;
        margin-left: 0px;
}

#templatemo_main {
	clear: both;
	width: 1000px;
	padding: 10px 0;
	height: 1280px;
}

#templatemo_sidebar {
	float: left;	
	width: 150px;
        height: 400px;
	padding: 50px 0px;
}

#templatemo_topbar {
	float: top;	
	width: 150px;
        height: 400px;
	padding: 50px 0px;
}

#templatemo_header {
	float: left;	
	width: 300px;
        height: 1000px;
        line-height: 1.5;
	padding: 50px 0px;
}



#templatemo_content {
	float: right;
	width: 700px;
}

#header h1 a { float: left; margin-top: 0px; width: 315px; height: 166px; text-indent: -10000px; }

#menu {
	float: right;
}

#templatemo_footer {
	clear: both;
	float: right;
	width: 360px;
	margin: 20px 40px;
	padding: 20px;
	text-align: left;
	background: #070105;
	border: 1px solid #26071d;
}
#templatemo_footer a {
	color: #fff;
}

.scroll {
    width: 900px;
    height: 1230px;
    overflow: auto;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    width: 1000px;
    height: 1250px;
    padding: 0px;
    overflow: hidden;
}

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: 18px;
	font-weight: 400;
    text-decoration: none;
	color: #fff;
	text-align: right;
}

ul.navigation a:hover, ul.navigation a.selected {
	background: #0f020b
}

ul.navigation a:focus {
    outline: none;
}


.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}
