// fancybox
$(document).ready(function() {
	$('a.jqfancybox').fancybox({
		'titleShow': false
	});
});




