/* 
  *This is a jquery plugin
*/
/* This Function Controls jQuery fancyzoom */
		$(document).ready(function() {
			$('a.zoom').fancyZoom();
		});
