<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/

.cycle-slideshow, .cycle-slideshow * { }
.cycle-slideshow { }

.cycle-slideshow img { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    padding: 0; 
    display: block;
}

.cycle-slideshow img:first-child {
    position: static; 
    z-index: 100;
}

</pre></body></html>