#slider {
    position: relative;
	width: 800px;
	padding: 5px 5px 0 0px;
	}

#templatemo_sidebar {
	float: left;
	width: 270px;
}

#templatemo_main {
	float: right;
	padding-top: 25px;
		width: 600px;	
}

#templatemo_header {
	margin-left: 10px;
	width: 230px;
	height: 114px;
	text-align: center;
	padding: 0px 0 0 0;
	background: url(../images/templatemo_header.jpg) no-repeat top left;
}


#content { 
	height: 455px;
	width: 600px;
	background: url(../images/templatemo_content.jpg) no-repeat;
}

.scroll {
    height: 455px;
    width: 600px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 450px;
    width: 540px;
}

ul.navigation {
	width:50px;
    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: 150px;
	height: 33px;
	padding: 30px 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: 15px; left: 15px; width: 40px; height: 40px; }

ul.navigation a .overview { background: url(../images/overviewB.png) no-repeat; }
ul.navigation a .programme { background: url(../images/programmeB.png) no-repeat; }
ul.navigation a .audience { background: url(../images/audienceB.png)  no-repeat; }
ul.navigation a .partners { background:  url(../images/partnersB.png) no-repeat; }
ul.navigation a .register { background:  url(../images/registerB.png) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
color: #201f1b;	
	
}

ul.navigation a:hover .overview, ul.navigation a.selected .overview {
	background: url(../images/overview.png) no-repeat;
}
ul.navigation a:hover .programme, ul.navigation a.selected .programme {
	background: url(../images/programme.png) no-repeat;
}
ul.navigation a:hover .audience, ul.navigation a.selected .audience {
	background: url(../images/audience.png) no-repeat;
}
ul.navigation a:hover .partners, ul.navigation a.selected .partners {
	background: url(../images/partners.png) no-repeat;
}
ul.navigation a:hover .register, ul.navigation a.selected .register {
	background: url(../images/register.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
	width: 0;
	height: 0;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: -50px;
}
.hide {
    display: none;
}