body {
	background-color:#fff;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
#gallery figure {
	animation: wechseln 112s infinite;
}
@keyframes wechseln {
	0% { opacity: 0; }
	4.2857142857143% { opacity: 1; }
	8.5714285714286% { opacity: 1; }
	12.857142857143% { 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;
}
#gallery figure:nth-of-type(14) {
	animation-delay: 104s;
	opacity: 0;
}
