@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-height:960px;min-width:960px;width:100%;height:auto;}
#slideshow #m_vis_cover {position:fixed;left:0;top:0;width:100%;height:100%;max-height:960px;background:url('m_bg.png');z-index:11;}
		
@media screen and (max-width:1024px){img.bg{left:50%;margin-left:-512px;}}
@media screen and (max-width:1024px){#slideshow #m_vis_cover {background:url('m_bg2.png');}}
