$(function(){
	$(".slide1").galleria({
		extend: function() {
       		this.play(4000); // will advance every 4th second
    	}
	});
	
	$(".slide2").galleria({
		extend: function() {
       		this.play(4000); // will advance every 4th second
    	}
	});
})
