$(document).ready(function() {
	$("a.flickr_image").fancybox({
		'overlayShow' : true,
		'titlePosition' : 'inside'
	});
});
