.slideshow_item {
	height:500px;
	width:100%;
	min-width:900px;
	max-width:1800px;
	overflow:hidden;
	display:block;
	background-position:center;
}
.slideshow_item {
	position: absolute;
	top: 0;
}

.slideshow_button {
	position: relative;
	float:left;
	bottom:0;
	margin:5px;
	width: 10px;
	height: 10px;
	border-radius:5px;
	background-color:#e4e6e5;
	cursor: pointer;
	z-index:1000;
}

.slideshow_button_akt {
	background-color: #fff;
}

#sliderleiste {
	position:relative;
	top:10px;
	margin:auto;
	height:10px;
}
.hpictext {
	line-height:40px;
	color:#fff;
	background:#383838;
	text-align:center;
	font-weight:bold;
}