$(function(){
	
	$("#content_text a").fancybox({ 'hideOnContentClick': true }); 
	
});