$(function(){
	$('a.image[rel]').fancybox({
		centerOnScroll: true,
		titlePosition: 'over',
		type: 'image'
	});
});

