jQuery(document).ready(function() {
    jQuery(".image_png").pngfix({
        sizingMethod: "scale"
    });
});
