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