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


