// JavaScript Document
jQuery(function() {
	var gallery = $('#Gallery');
	if (!gallery.length) {
		return;
	}
	Azexis.gallery(gallery);
});

