#slider {
	position: relative;
	width: 890px;
	padding: 20px 10px 0 70px;
}

#templatemo_sidebar {
	float: left;
	width: 270px;
}

#templatemo_main {
	float: right;
	padding-top: 50px;
	width: 600px;	
}

#templatemo_header {
	margin-left: 10px;
	width: 230px;
	height: 114px;
	text-align: center;
	padding: 80px 0 0 0;
	background: url(../images/header.jpg) no-repeat top left;
}


#content { 
	height: 755px;
	width: 740px;
	background: url(../images/content.jpg) no-repeat;
}

.scroll {
	height: 755px;
	width: 740px;
	overflow: auto;
/*  overflow-x: hidden; */
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 30px;
	height: 695px;
	width: 680px;
}

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; }

#lang_en { background: url(../images/en-g.png) no-repeat; }
#lang_fr { background: url(../images/fr-g.png) no-repeat; }
#lang_en a:hover, #lang_en a.selected { background: url(../images/en.png) no-repeat left; }
#lang_fr a:hover, #lang_fr a.selected { background: url(../images/fr.png) no-repeat left; }

ul.navigation a .home { background: url(../images/home.png) no-repeat; }
ul.navigation a .aboutme { background: url(../images/aboutus.png) no-repeat; }
ul.navigation a .thesis { background: url(../images/thesis.png) no-repeat; }
ul.navigation a .teaching { background: url(../images/teaching.png) no-repeat; }
ul.navigation a .calendar { background: url(../images/calendar.png)  no-repeat; }
ul.navigation a .project { background:  url(../images/project.png) no-repeat; }
ul.navigation a .contact { background:  url(../images/contact.png) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
	color: #201f1b;
	background: url(../images/menu_hover.png) no-repeat left;
}

ul.navigation a:hover .home, ul.navigation a.selected .home {
	background: url(../images/home_hover.png) no-repeat;
}
ul.navigation a:hover .aboutme, ul.navigation a.selected .aboutme {
	background: url(../images/aboutus_hover.png) no-repeat;
}
ul.navigation a:hover .thesis, ul.navigation a.selected .thesis {
	background: url(../images/thesis_hover.png) no-repeat;
}
ul.navigation a:hover .calendar, ul.navigation a.selected .calendar {
	background: url(../images/calendar_hover.png) no-repeat;
}
ul.navigation a:hover .project, ul.navigation a.selected .gallery {
	background: url(../images/project_hover.png) no-repeat;
}
ul.navigation a:hover .teaching, ul.navigation a.selected .teaching{
	background: url(../images/teaching_hover.png) no-repeat;
}
ul.navigation a:hover .contact, ul.navigation a.selected .contact {
	background: url(../images/contact_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;
}

#lang_fr_ { height:30px; width:30px; background-image: url('../images/fr.png'); display: inline-block; }
#lang_en_ { height:30px; width:30px; background-image: url('../images/en.png'); display: inline-block; }

#lang_fr { height:30px; width:30px; background-image: url('../images/fr-g.png'); display: inline-block; }
#lang_en { height:30px; width:30px; background-image: url('../images/en-g.png'); display: inline-block; }

#lang_fr:hover { background-image: url('../images/fr.png'); }
#lang_en:hover { background-image: url('../images/en.png'); }
