#slider {
    position: relative;
	width: 890px;
	padding: 10px 10px 0 50px;
}

#MGH-sidebar {
	float: left;
	width: 270px;
}

#MGH_main {
	float: right;
	padding-top: 45px;
	width: 620px;	
}

#MGH-header {
	margin-left: 10px;
	width: 230px;
	height: 114px;
	text-align: center;
	padding: 80px 0 0 0;
	background: url(../images/MGH_header.jpg) no-repeat top left;
}

#MGH-VLE{
	margin-left: 10px;
	width: 230px;
	height: 100px;
	text-align: center;
	padding: 12px 0 0 0;
	background: url(../images/MGH-VLE.jpg) no-repeat top left;
}

#contact_box {
	display: block;
	width: 550px;
	height: 48px;
	padding: 16px 0px 16px 100px;
	margin-bottom: 20px;
	background: url(../images/MGH_contact_box.jpg) no-repeat;
}

#contact_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#contact_box li a {
	width: 48px;
	height: 48px;
	margin-right: 70px;
}


#content { 
	height: 600px;
	width: 600px;
	background: url(../images/templatemo_content.jpg) no-repeat;
}

#logo {
    padding: 10px 10px 10px 10px;
	height: 150px;
	width: 230px;
	text-align: center;
}
	

.scroll {
    height: 550px;
    width: 700px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel { /*text inside main content box; */
    padding: 30px;
    height: 500px;
    width: 540px;
}

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: #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/MGH_Diag.png)  no-repeat; }
ul.navigation a .gallery { background:  url(../images/MGH_why.png) no-repeat; }
ul.navigation a .fees { background:  url(../images/MGH_fees.png) no-repeat; }
ul.navigation a .vision { background:  url(../images/MGH_vision.png) 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/MGH_Diag_hover.png) no-repeat;
}
ul.navigation a:hover .gallery, ul.navigation a.selected .gallery {
	background: url(../images/MGH_why_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 .fees, ul.navigation a.selected .fees {
	background: url(../images/MGH_fees_hover.png) no-repeat;
}
ul.navigation a:hover .vision, ul.navigation a.selected .vision {
	background: url(../images/MGH_vision_hover.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;
}