jQuery(document).ready(function($) {
	// Load the classic theme page146
	//Galleria.loadTheme('files/galleria.page146.js');
	// Initialize Galleria
	$('#symGalleriapage146').galleria({
				width: 400,
				height: 400,
				history: true,
				carousel: true,
				carousel_follow: true,
				carousel_speed: 100,
				carousel_steps: 'auto',
				image_crop: false,
				image_margin: 0,
				max_scale_ratio: 1,
				popup_links: true,
				preload: 2,
				thumbnails: true,
				thumb_crop: true,
				thumb_margin: 0,
				transition: 'slide',
				transition_initial: 'slide',
				transition_speed: 100,
				show_counter: true,
				autoplay: 5000,
				show_imagenav: true
	});
});


