<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#stage06 {
    position: relative;
    width: 200px;
    height: 150px;
    margin: 0 auto;
}
#photo06-01,#photo06-02,#photo06-03,#photo06-04,#photo06-05 {
    position: absolute;
    width: 200px;
    height: 150px;
}
#photo06-01 img,#photo06-02 img,#photo06-03 img,#photo06-04 img,#photo06-05 img {
    -moz-animation: imgTrans06 20s infinite;
    -webkit-animation: imgTrans06 20s infinite;
    animation: imgTrans06 20s infinite;
}
#photo06-01 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 1;
}
#photo06-02 img {
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    opacity: 0;
}
#photo06-03 img {
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    opacity: 0;
}
#photo06-04 img{
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    opacity: 0;
}
#photo06-05 img {
    -moz-animation-delay: 16s;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
    opacity: 0;
}
@-webkit-keyframes imgTrans06 {
 0% { opacity:0; }
 7.5% { opacity:1; }
 20% { opacity:1; }
 30% { opacity:0; }
 100% { opacity:0; }
}
@-moz-keyframes imgTrans06 {
 0% { opacity:0; }
 7.5% { opacity:1; }
 20% { opacity:1; }
 30% { opacity:0; }
 100% { opacity:0; }
}
@keyframes imgTrans06 {
 0% { opacity:0; }
 7.5% { opacity:1; }
 20% { opacity:1; }
 30% { opacity:0; }
 100% { opacity:0; }
}
</pre></body></html>