#slider {
    position: relative;
width: 100%;
height:100%;
	/*width: 890px;*/
	padding: 20px 10px 0 70px;
}

#templatemo_sidebar {
	float: left;
width: 20%;
	/*width: 270px;*/
}

#templatemo_main {
	float: right;
	padding-top: 50px;
width: 70%;
	/*width: 600px;	*/
}

#templatemo_header {
	margin-left: 10px;
	width: 230px;
	height: 114px;
	text-align: center;
	padding: 80px 0 0 0;
	background: url(../images/templatemo_header.jpg) no-repeat top left;
}


#content { 
	height: 500px;
width:100%;
	/*width: 600px;*/
	background: url(../images/templatemo_content.jpg) no-repeat;
background-size: 92%;
}

.scroll {
    height: 488px;
width: 100%;
    /*width: 600px;*/
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 30px;
    height: 450px;
width:85%;
    /*width: 540px;*/
}

ul.navigation {
	width: 40%;
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: left;
}

ul.navigation li {
    display: inline-block;
    margin: 0px;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 190px;
	height: 33px;
	padding: 12px 0 0 80px;
	margin-bottom: 5px;
	color: #8a8980;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
}

ul.navigation a .ui_icon { position: absolute; top: 0; left: 15px; width: 40px; height: 40px; }

ul.navigation a .home { background: url(../images/templatemo_home.png) no-repeat; }
ul.navigation a .aboutus { background: url(../images/templatemo_aboutus.png) no-repeat; }
ul.navigation a .services { background: url(../images/teacher1.png)  no-repeat; }
ul.navigation a .gallery { background:  url(../images/templatemo_portfolio.png) no-repeat; }
ul.navigation a .contactus { background:  url(../images/templatemo_contact.png) no-repeat; }
ul.navigation a .interesting { background:  url(../images/interesting1.jpg) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
	color: #201f1b;
	background: url(../images/templatemo_menu_hover.png) no-repeat left;
}

ul.navigation a:hover .home, ul.navigation a.selected .home {
	background: url(../images/templatemo_home_hover.png) no-repeat;
}
ul.navigation a:hover .aboutus, ul.navigation a.selected .aboutus {
	background: url(../images/templatemo_aboutus_hover.png) no-repeat;
}
ul.navigation a:hover .services, ul.navigation a.selected .services {
	background: url(../images/teacher.jpg) no-repeat;
}
ul.navigation a:hover .gallery, ul.navigation a.selected .gallery {
	background: url(../images/templatemo_portfolio_hover.png) no-repeat;
}
ul.navigation a:hover .contactus, ul.navigation a.selected .contactus {
	background: url(../images/templatemo_contact_hover.png) no-repeat;
}
ul.navigation a:hover .interesting, ul.navigation a.selected .interesting {
	background: url(../images/interesting.jpg) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
	width: 0;
	height: 0;
}


.hide {
    display: none;
}