@charset "utf-8";

#slideshow {position:relative;z-index:-1;}
#slideshow img {position:absolute;left:0;top:0;z-index:8;opacity:0.0;}
#slideshow img.active {z-index:10;opacity:1.0;}
#slideshow img.last-active {z-index:9;}
#slideshow img {position:fixed;left:0;top:0;min-width:960px;width:100%;min-height:100%;height:auto;}


@media screen and (max-width:1024px){
	#slideshow {position:fixed;top:-50%;left:-50%;width:200%;height:200%;}
	#slideshow img {position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;min-width:50%;min-height:50%;}
	img.bg{left:50%;margin-left:-512px;}
	}
