#slideshow   {
	width: 500px;
	height: 1050px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 5;
}
#slideshow ul#navi {
	display: none;
	list-style: none;
	position: relative; top: 210px; z-index: 15;
}
#slideshow ul#navi li#prev {
		float: left; margin: 0 0 0 0px;
	}
#slideshow ul#navi li#next {
		float: right; margin: 0 0px 0 0;
	}
#slideshow ul#navi li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
#slideshow ul#navi li#prev a {
			background: url(../slider-ueber-uns/prev.png);
		}
#slideshow ul#navi li#next a {
			background: url(../slider-ueber-uns/next.png);
		}

#slideshow ul#slides {
		list-style: none;
	background: transparent;
	}
#slideshow ul#slides li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
		}
