jQuery(document).ready(function ($) {
	Galleria.loadTheme('js/galleria/themes/pearl/galleria.pearl.js'); // Move outside doc ready when splitting files
	$('.galleria').galleria({
        width: 720,
        height: 500,
		autoplay: 2500,
		pauseOnInteraction: true,
		transitionSpeed: 1000,
    });
});
