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

