$(document).ready(function() {
	
	$('#showGallery').jqm({ajax: '@href', trigger: 'a.viewGallery'});	
			
});

function closeGallery() {
	
	$('#showGallery').jqmHide();
	
}
