$(function()
{
	$(".gallery a").fancybox({'type' : 'image'});
});

