$(document).ready(function() {
	$('.gallery').galleria({ width: 650, height: 430, lightbox: true, preload: 20, showCounter: false, thumbQuality: false, autoplay: 4000, transition: 'fade', pauseOnInteraction: false });
	$('.gallery2').galleria({ width: 590, height: 450, showCounter: false, showImagenav: false, autoplay: 5000, transition: 'fade', pauseOnInteraction: false });
});
