$(function()
{
	$('div.gallery a').fancybox({
		titlePosition: 'over'
	});
});

