body {
	background-color:#fff;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
#gallery figure {
	animation: wechseln 88s infinite;
}
@keyframes wechseln {
	0% { opacity: 0; }
	5.4545454545455% { opacity: 1; }
	10.909090909091% { opacity: 1; }
	16.363636363636% { 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;
}
