@charset "utf-8";
/* CSS Document */
#slideset6 {height: relative; position: relative}

#slideset6 > * {animation: 30s autoplay6 infinite linear;
  	position: absolute; top: 0; left: 0; opacity: 0.0}

@keyframes autoplay6 {
  0% {opacity: 0.0}
  10% {opacity: 1.0}
  50% {opacity: 1.0}
  90% {opacity: 1.0}
  100% {opacity: 0.0}
}

#slideset6 > *:nth-child(1) {animation-delay: 0s}
#slideset6 > *:nth-child(2) {animation-delay: 10s}
