/* 
 * Plugin slider background
 * Mixed by Marcexl 
 * version 30102015
 *
 */

#background_cycler{
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	}
#background_cycler img{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	}
#background_cycler img.active{
	opacity: 1;
	z-index:3;
	}
