div.slideshow-container {
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow org war 502*/
	width: 970px;
}

@media screen and (max-width: 800px)
	{
	div.slideshow-container {
		height: 300px;
		}
	}

@media screen and (max-width: 600px)
	{
	div.slideshow-container {
		height: 250px;
		}
	}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
div.slideshow {
	display: block;
	width: 970px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow org war 502*/
	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow org war 502*/
	text-align: center;
}
 a.advance-link { /* Das ding hier musste ich von dem da oben trennen und dann auf 0 breite und höhe setzen, damit die links funktionieren */
	display: block;
	width: 980px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow org war 502*/
	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow org war 502*/
	text-align: center;
}

@media screen and (max-width: 800px)
	{
	div.slideshow, a.advance-link {
		height: 300px;
		line-height: 300px;
		}
	}

@media screen and (max-width: 600px)
	{
	div.slideshow-container, a.advance-link {
		height: 250px;
		line-height: 300px;
		}
	}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
	position: absolute;
	top: 0px;
	left: 0;
	height: 500px;
}

@media screen and (max-width: 800px)
	{
	div.slideshow img {
		height: 300px;
		}
	}

@media screen and (max-width: 600px)
	{
	div.slideshow img {
		height: 250px;
		}
	}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	display:none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display:none;
	height: 0px;
	width: 0px;
}
a.thumb {
	padding: 0px;
	display: none;
	border: none;
	height: 0px;
	width: 0px;
}
ul.thumbs li.selected a.thumb {
	background: #666;
	display: none;
	height: 0px;
	width: 0px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: none;
	height: 0px;
	width: 0px;
}
