$('document').ready(function(){
	$("a.fancybox_link").fancybox({
		'overlayOpacity' : 0,
		'titleShow' : false,
		'padding' : 50
	});
});
