$(document).ready(function() {
	$("a.image").fancybox({
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'titlePosition': 'over'
	});
});
