#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
#gallery figure {
	animation: wechseln 184s infinite;
}
@keyframes wechseln {
	0% { opacity: 0; }
	2.6086956521739% { opacity: 1; }
	5.2173913043478% { opacity: 1; }
	7.8260869565217% { 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;
}
#gallery figure:nth-of-type(15) {
	animation-delay: 112s;
	opacity: 0;
}
#gallery figure:nth-of-type(16) {
	animation-delay: 120s;
	opacity: 0;
}
#gallery figure:nth-of-type(17) {
	animation-delay: 128s;
	opacity: 0;
}
#gallery figure:nth-of-type(18) {
	animation-delay: 136s;
	opacity: 0;
}
#gallery figure:nth-of-type(19) {
	animation-delay: 144s;
	opacity: 0;
}
#gallery figure:nth-of-type(20) {
	animation-delay: 152s;
	opacity: 0;
}
#gallery figure:nth-of-type(21) {
	animation-delay: 160s;
	opacity: 0;
}
#gallery figure:nth-of-type(22) {
	animation-delay: 168s;
	opacity: 0;
}
#gallery figure:nth-of-type(23) {
	animation-delay: 176s;
	opacity: 0;
}
