@charset "utf-8";
/* CSS Document */

#slideshow{
position:fixed;
width:100%;
height:100%;
top:0;
}

#slideshow span{
position:absolute;
left:0;
top:0;
z-index:8;
opacity:0.0;
height:100%;
min-height:100%;
width:100%;
background-position:50% 50%;
background-size:cover;
background-repeat:no-repeat;
}

#slideshow span.active {
z-index:10;
opacity:1.0;
}

#slideshow span.last-active {
z-index:9;
}
