#presentation {
position:relative;
}

#scrollerMain {
	
width:  534px;
height:150px;
	overflow: hidden;
position: relative;
}

#scrollerMenu {
	position: absolute;
	width: 150px;
	height: 20px;
	z-index: 3000;
	bottom: 0px;
	left: 5px;
}

#scrollerMenu a {
border: 1px #3B3B3B solid;
	height: 23px;
	background: #000;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px;
	font-size: 9.3pt;
	margin-top: 10px;
	line-height: 17pt;
	opacity: 0.7;
}

#scrollerMenu a:hover {
	opacity: 1;
	height: 23px;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	color: #fff;
	font-size: 9.3pt;
	margin-top: 10px;
	line-height: 17pt;
}

#scrollerContent {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.scrollerData {
	float: left;
}