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

#ml_wrapper {
	width: 800px;
	margin: 0 auto;
	/*background-image: url(../images/ml-body.jpg) no-repeat top center;*/
}

#ml_social {
	width: 100%;
	height: 50px;
}

#ml_main {
	clear: both;
    width: 100%;
	height: auto;
}

#ml_sidebar {
	float: left;
    width: 50%;
}

#ml_content {
	float: left;
	width: 50%;
}

#header h1 { display: block; float: right; width: 315px; height: 166px; margin: 0 10px 80px 0; padding: 0; }
#header h1 a { float: right; margin-top: 25px; width: 315px; height: 166px; background-image: url(../images/ml_logo.png); text-indent: -10000px; }

#menu {
    clear: both;
	float: right;
    width: 35%;
    margin: 0 5px 0 0;
}

#ml_footer {
	clear: both;
	float: right;
	width: 60%;
	margin: 20px;
	padding: 20px;
	text-align: center;
	/*background: #070105;
	border: 1px solid #26071d;*/
}
#ml_footer a {
	color: #fff;
}

.scroll {
    width: 95%;
    height: 980px;
    overflow: auto;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    width: 92%;
    height: 980px;
	padding: 35px 30px ;
	overflow: hidden;
    position: relative;
}

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: 400px;
    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;
}