$(function(){
	$("table td:last-child a").fancybox({
		'titleShow'     : false,
		'padding': 30
	});
});

