$('ul.gallery').livequery(function() {
	$(this).find('a').fancybox({
		'zoomOpacity': true,
		'overlayShow': false,
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'imageScale': true,
		'padding': 0
	});
});
