jQuery(function(){
	jQuery('#localmenu_worksmenu a, #worksmenu a').fancybox({
		padding: 3,
		titleShow: false
	});
});

