jQuery(document).ready(function($) {
	// Load the classic theme page15
	//Galleria.loadTheme('files/galleria.page15.js');
	// Initialize Galleria
	$('#symGalleriapage15').galleria({
				width: 160,
				height: 260,
				history: true,
				carousel: false,
				carousel_follow: false,
				carousel_speed: 50,
				carousel_steps: 'auto',
				image_crop: false,
				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: 2000,
				show_imagenav: false
	});
});


