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


