$(document).ready(function()
{
	$("#gallery a").fancybox(
	{
		'overlayShow': false, 
		'zoomSpeedIn': 500, 
		'zoomSpeedOut' : 500
	});
});

