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

