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