#fotoscroller { 
	position: relative;
	width: 270px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #00656C;
}
#fotoscroller #frame {
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 5px 5px;
	background: #fff;
	display: block;
	height: 20px;	
	width: 270px;
}
#frame #prev, #frame #next {
	width: 10px;
	text-align: center;
	float: left;
}
#frame #titel {
	width: 240px;
	text-align: center;
	float: left;	
}
#titel a { 
	text-decoration: none;
}
#titel a:hover {
	text-decoration: underline;	
}
.cl {
	clear: both;	
}
.nota {
	font-size: 12px;
}