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

/*
#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1;}
#background_cycler img{position:absolute;left:0;top:0;width:100%; height:418px; z-index:1;background-color:white}
#background_cycler img.active{z-index:3}
*/
#background_cycler{width:1239px; height:418px; margin:0 auto; z-index:-1;  }
#background_cycler img{position:absolute; width:1239px; height:418px; z-index:1;}
#background_cycler img.active{z-index:3;}

@media only screen and (max-width: 1239px) {
	#background_cycler { width:100%;}
	#background_cycler img { width:100%; height:418px;}
}

