$(function() {
	$.fn.fancyzoom.defaultsOptions.imgDir='/gfx/';
	$('.mattboximage').click(function() {
		$(".mattboxmain").hide();
		$("#"+this.title).show();
	});
	$('.mattboxmain').fancyzoom({showoverlay:true,overlay:0.7});

});


