#SliderBox {
	width: 847px;
	height: 191px;
	overflow:hidden;
	position:relative;
	z-index: 350;	
	background-image: url(http://www.cafe-fernblick.de/layout/galerie.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	padding-top: 4px;
}

#scroll_left, #scroll_right {
	position: absolute;
	display: block;
	width: 35px;
	height: 183px;
	text-indent: -19999px;
	float: left;
	z-index: 351;
}

#scroll_left {
	left: 0px;
	background-image: url(http://www.cafe-fernblick.de/layout/slide_links.jpg);
background-repeat: no-repeat;
}

#scroll_right {
	left: 812px;
	background-image: url(http://www.cafe-fernblick.de/layout/slide_rechts.jpg);
background-position: right;
background-repeat: no-repeat;
}

#slider {
	position: relative;
	display: block;
	float: left;
	width:9999px;
	margin-right:-9995px;
	height: 183px;
	left: 30px;
	overflow: hidden;
	padding-left: -516px;
	
}
.boxes {
	display: block;
	width: 244px;
	height: 183px;
	float: left;
	margin-left: 8px;
	margin-right: 10px;
	text-align: left;
}


.boxes .ueberschrift {
	margin: 0px;
	color: #A7102C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.boxes .text {
	font-size: 11px;
}