$(document).ready(function(){

	// Select all links in object with gallery ID using the defaults options
	$('a.zoom').fancyzoom();

});

