@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;}
	}

#m_copy {position:relative;width:940px;margin:90px auto 0 auto;text-shadow:1px 3px 3px rgba(0, 0, 0, 0.5);}
#m_copy span {display:block;font-size:2.5em;line-height:1.3em;color:#fff;text-transform:uppercase;}
#m_copy span.copy3 {font-size:3em;font-weight:bold;color:#ffed22;}
