<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#stage08 {
    position: relative;
    width: 200px;
    height: 206px;
    margin: 0 auto;
}
#photo08-01,#photo08-02,#photo08-03,#photo08-04,#photo08-05,#photo08-06,#photo08-07,#photo08-08,#photo08-09,#photo08-10,#photo08-11,#photo08-12,#photo08-13 {
    position: absolute;
    width: 200px;
    height: 206px;
}
#photo08-01 img,#photo08-02 img,#photo08-03 img,#photo08-04 img,#photo08-05 img,#photo08-06 img,#photo08-07 img,#photo08-08 img,#photo08-09 img,#photo08-10 img,#photo08-11 img,#photo08-12 img,#photo08-13 img {
    -moz-animation: imgTrans08 52s infinite;
    -webkit-animation: imgTrans08 52s infinite;
    animation: imgTrans08 52s infinite;
}
#photo08-01 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 1;
}
#photo08-02 img {
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    opacity: 0;
}
#photo08-03 img {
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    opacity: 0;
}
#photo08-04 img{
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    opacity: 0;
}
#photo08-05 img {
    -moz-animation-delay: 16s;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
    opacity: 0;
}
#photo08-06 img {
    -moz-animation-delay: 20s;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
    opacity: 0;
}
#photo08-07 img {
    -moz-animation-delay: 24s;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
    opacity: 0;
}
#photo08-08 img {
    -moz-animation-delay: 28s;
    -webkit-animation-delay: 28s;
    animation-delay: 28s;
    opacity: 0;
}
#photo08-09 img {
    -moz-animation-delay: 32s;
    -webkit-animation-delay: 32s;
    animation-delay: 32s;
    opacity: 0;
}
#photo08-10 img {
    -moz-animation-delay: 36s;
    -webkit-animation-delay: 36s;
    animation-delay: 36s;
    opacity: 0;
}
#photo08-11 img {
    -moz-animation-delay: 40s;
    -webkit-animation-delay: 40s;
    animation-delay: 40s;
    opacity: 0;
}
#photo08-12 img {
    -moz-animation-delay: 44s;
    -webkit-animation-delay: 44s;
    animation-delay: 44s;
    opacity: 0;
}
#photo08-13 img {
    -moz-animation-delay: 48s;
    -webkit-animation-delay: 48s;
    animation-delay: 48s;
    opacity: 0;
}
@-webkit-keyframes imgTrans08 {
 0% { opacity:0; }
 2.885% { opacity:1; }
 7.692% { opacity:1; }
 11.538% { opacity:0; }
 100% { opacity:0; }
}
@-moz-keyframes imgTrans08 {
 0% { opacity:0; }
 2.885% { opacity:1; }
 7.692% { opacity:1; }
 11.538% { opacity:0; }
 100% { opacity:0; }
}
@keyframes imgTrans08 {
 0% { opacity:0; }
 2.885% { opacity:1; }
 7.692% { opacity:1; }
 11.538% { opacity:0; }
 100% { opacity:0; }
}
</pre></body></html>