$(document).ready(function() {
	$('a.jZoom').jZoom();
	
	$("img[@src$=png]").pngfix();
	
});