$(document).ready(function(){
	
	Galleria.loadTheme('/wp-content/themes/gxaz/scripts/themes/classic/galleria.classic.js');
	
	$('#gallery').galleria({
		preload: 'all',
		transition: 'fade'
	});
	$('#gallery').css('display', 'block');
	
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'dark_square',
		showTitle: false
	});
});
