$(document).ready(function() {
	$("a.fancy").fancybox({
		'zoomOpacity': true,
		'zoomSpeedIn': 300,
		'zoomSpeedOut': 300,
		'overlayShow': true,
		'overlayOpacity': 0.5,
		'titlePosition': 'over'
	});
});
