#slideshow {
	clear: both;
	position: relative;
	font-size: 1.5vw;
	margin-bottom: 2.6em;
}
#slidescontainer {
}
#slidescontainer img {
	width: 100%;
}
.animate-fading {
	animation: fading 4s;
}
@keyframes fading{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}
.slideshowbutton {
	border: none;
	display: inline-block;
	outline: 0;
	padding: 0.5em;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: grey;
	background-color: rgba(0,0,0,0);
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	position: absolute;
	font-size: 2.5em;
	top: 2.3em;
}
.slideshowbutton img {
	width: 0.7em;
}
#slideshowbuttonleft {
	left: 0;
}
#slideshowbuttonright {
	right: 0;
}
#textoverslidesleft {
	background-color: rgba(50, 50, 50, 0.5);
	color: white;
	position: absolute;
	font-size: 2.75vw;
	top: 0em;
	left: 2.8em;
	padding: 1em 1.2em 2.4em 1.2em;
}
/* Target Firefox Bug */
@-moz-document url-prefix() {
	#textoverslidesleft {
		font-size: 2.3vw;
		padding-bottom: 2.0em;
	}
}
#textoverslidesleft div {
	border-top: 1px solid white;
}
#textoverslidesleft div:first-child {
	border-top: none;
}
#slideshowextratextcontainer{
	position: absolute;
	width: 100%;
	text-align: right;
	font-size: 1.3em;
	right: 0.5em;
	bottom: 0.5em;
}
#slideshowextratext{
	color: white;
	background-color: rgba(50, 50, 50, 0.5);
	line-height: 1.3em;
}
