div#Referenz {
	position:relative;
	width:472px;
	height:304px;
	overflow:hidden;
}
div#slideshow {
	margin-top:50px;
	height:304px;
}
div#slideshow ul li {
	float:left;
	width:auto !important;
	border-left:5px solid #426506;
}
div#slideNavi {
	position:relative;
	top:29px;
	width:472px;
}
div#slideNavi button.prev {
	border:0 none;
	background:none;
	text-indent:-9999px;
	background-image:url(images/zurueck.jpg);
	width:90px;
	height:22px;
	float:left;
	cursor:hand;
}
div#slideNavi button.next {
	border:0 none;
	background:none;
	text-indent:-9999px;
	background-image:url(images/weiter.jpg);
	width:90px;
	height:22px;
	float:right;
	cursor:hand;	
}
