$(function(){
	$("a.gallery_link").fancybox({
		overlayOpacity : 0.7,
		overlayColor : '#000',
		titleShow: true
	});
});
