$(document).ready(function(){

		$('a.zoomlink').fancybox({
			'titleShow':false
		});
				
});
