$(document).ready(function(){
	$('a.gallery').fancybox({
		cyclic: true,
		titlePosition: 'inside'		
	});
});

