#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
#gallery figure {
	animation: wechseln 240s infinite;
}
@keyframes wechseln {
	0% { opacity: 0; }
	2% { opacity: 1; }
	4% { opacity: 1; }
	6% { 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;
}
#gallery figure:nth-of-type(24) {
	animation-delay: 184s;
	opacity: 0;
}
#gallery figure:nth-of-type(25) {
	animation-delay: 192s;
	opacity: 0;
}
#gallery figure:nth-of-type(26) {
	animation-delay: 200s;
	opacity: 0;
}
#gallery figure:nth-of-type(27) {
	animation-delay: 208s;
	opacity: 0;
}
#gallery figure:nth-of-type(28) {
	animation-delay: 216s;
	opacity: 0;
}
#gallery figure:nth-of-type(29) {
	animation-delay: 224s;
	opacity: 0;
}
#gallery figure:nth-of-type(30) {
	animation-delay: 232s;
	opacity: 0;
}
