$(document).ready(function(){	
	$('.fancybox').fancybox({
	    titlePosition : "inside"
	});	
});

