@charset "utf-8";
/* CSS Document */
#slideset6 {height: 10em; position: relative}

#slideset6 > * {animation: 80s autoplay6 infinite linear;
  	position: absolute; top: 0; left: 0; opacity: 0.0}

@keyframes autoplay6 {
  0% {opacity: 0.0}
  4% {opacity: 1.0}
  33.33% {opacity: 1.0}
  37.33% {opacity: 0.0}
  100% {opacity: 0.0}
}

#slideset6 > *:nth-child(1) {animation-delay: 0s}
#slideset6 > *:nth-child(2) {animation-delay: 20s}
#slideset6 > *:nth-child(3) {animation-delay: 40s}
#slideset6 > *:nth-child(4) {animation-delay: 60s}