/*
    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;
}

