@keyframes wechseln {
    0% {opacity: 0;}
   10% {opacity: 0;}
   15% {opacity: 1;}
   40% {opacity: 1;}
   45% {opacity: 0;}
   60% {opacity: 0;}
  100% {opacity: 0;}
  
from {
	margin-left: 100%;
	}
to {
	margin-left: -50%;
	}
}

@keyframes fade {
    0% {opacity: 0;}
   10% {opacity: 0;}
   15% {opacity: 1;}
   40% {opacity: 1;}
   45% {opacity: 0;}
   60% {opacity: 0;}
  100% {opacity: 0;}
	
}

FIGURE {
	min-height: 200px;
}

#memo_gallery FIGURE IMG {
	max-width: 200px;
	max-height: 150px;
	border: 5px outset #F00;
}

#fade_gallery FIGURE IMG {
	max-width: 600px;
	max-height: 200px;
/*	border: 5px outset #F00;*/
}

#memo_gallery {
	height: 200px;
	position: relative;
}

#fade_gallery {
	position: relative;
}

#memo_gallery figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation-name: wechseln;
	animation-duration: 60s;
	animation-iteration-count: infinite;
}

#fade_gallery figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation-name: wechseln;
	animation-duration: 40s;
	animation-iteration-count: infinite;
}

#fade_gallery figure:nth-of-type(1) {
	animation-delay: 0s;
	opacity: 0;
}

#fade_gallery figure:nth-of-type(2) {
	animation-delay: 10s;
	opacity: 0;
}

#fade_gallery figure:nth-of-type(3) {
	animation-delay: 20s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(1) {
	animation-delay: 0s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(4) {
	animation-delay: 15s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(5) {
	animation-delay: 20s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(6) {
	animation-delay: 25s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(7) {
	animation-delay: 30s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(8) {
	animation-delay: 35s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(9) {
	animation-delay: 40s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(10) {
	animation-delay: 45s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(11) {
	animation-delay: 50s;
	opacity: 0;
}

#memo_gallery figure:nth-of-type(12) {
	animation-delay: 55s;
	opacity: 0;
}