body {
	background-color:#fff;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
#gallery figure {
	animation: wechseln 104s infinite;
}
@keyframes wechseln {
	0% { opacity: 0; }
	4.6153846153846% { opacity: 1; }
	9.2307692307692% { opacity: 1; }
	13.846153846154% { opacity: 0; }
	100% { opacity: 0; }
}
#gallery figure:nth-of-type(2) {
	animation-delay: 8s;
	opacity: 0;
}
#gallery figure:nth-of-type(3) {
	animation-delay: 16s;
	opacity: 0;
}
#gallery figure:nth-of-type(4) {
	animation-delay: 24s;
	opacity: 0;
}
#gallery figure:nth-of-type(5) {
	animation-delay: 32s;
	opacity: 0;
}
#gallery figure:nth-of-type(6) {
	animation-delay: 40s;
	opacity: 0;
}
#gallery figure:nth-of-type(7) {
	animation-delay: 48s;
	opacity: 0;
}
#gallery figure:nth-of-type(8) {
	animation-delay: 56s;
	opacity: 0;
}
#gallery figure:nth-of-type(9) {
	animation-delay: 64s;
	opacity: 0;
}
#gallery figure:nth-of-type(10) {
	animation-delay: 72s;
	opacity: 0;
}
#gallery figure:nth-of-type(11) {
	animation-delay: 80s;
	opacity: 0;
}
#gallery figure:nth-of-type(12) {
	animation-delay: 88s;
	opacity: 0;
}
#gallery figure:nth-of-type(13) {
	animation-delay: 96s;
	opacity: 0;
}
