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