 $(document).ready(function(){

    $("#sluitx img").click(function () { 
      $("#actie").hide();
    });
    $(document).pngFix(); 
 });