#slider {
    position: relative;
	width: 890px;
	padding: 0px 10px 0 70px;
}

#sidebar {
	float: left;
	width: 270px;
}

#main {
	float: right;
	padding-top: 10px;
	width: 600px;

}

#header {
	margin-left: 10px;
	width: 230px;
	height: 194px;
	text-align: center;
	padding: 0px 0 0 0;
/*    background: url(../images/Actt_header.png) no-repeat top left;
*/
}

#content { 
	height: 600px;
	width: 600px;
	background: url(../images/templatemo_content2.png) no-repeat;


}

.scroll {
    height: 570px;
    width: 600px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;

}


.scrollContainer div.panel {
    padding: 30px;
    height: 550px;
    width: 540px;
	border: none;

}

.painel_html {

    height: 550px;
    width: 540px;
}

.painel {
	border: 0px;
}

ul.navigation {
	width: 270px;
    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: #FFFFFF;
	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/check_gray.png) no-repeat; }
ul.navigation a .aboutus { background: url(../images/check_gray.png) no-repeat; }
ul.navigation a .services { background: url(../images/check_gray.png)  no-repeat; }
ul.navigation a .gallery { background:  url(../images/check_gray.png) no-repeat; }
ul.navigation a .contactus { background:  url(../images/check_gray.png) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
	color: #00F;
	background: url(../images/templatemo_menu_hover.png) no-repeat left;
}

ul.navigation a:hover .home, ul.navigation a.selected .home {
	background: url(../images/check.png) no-repeat;
}
ul.navigation a:hover .aboutus, ul.navigation a.selected .aboutus {
	background: url(../images/check.png) no-repeat;
}
ul.navigation a:hover .services, ul.navigation a.selected .services {
	background: url(../images/check.png) no-repeat;
}
ul.navigation a:hover .gallery, ul.navigation a.selected .gallery {
	background: url(../images/check.png) no-repeat;
}
ul.navigation a:hover .contactus, ul.navigation a.selected .contactus {
	background: url(../images/check.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
	width: 0;
	height: 0;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}