var $j = jQuery.noConflict();

$j(function() {
	$j("*").fixPNG();
});