$(document).ready(
				  function() {
	 if(navigator.appVersion.indexOf("MSIE")!= -1){
  	  var temp = navigator.appVersion.split("MSIE");
   	 	var versao = parseFloat(temp[1]);
    	if(versao == 6){
            DD_belatedPNG.fix('.titulo_cat, img');
            DD_belatedPNG.fix('.titulo_cat_orange, img');
            DD_belatedPNG.fix('#menu_topo_principal, img');
            DD_belatedPNG.fix('#menu_topo, img');
            DD_belatedPNG.fix('.menu_esq, img');
            DD_belatedPNG.fix('.menu_centro, img');
            DD_belatedPNG.fix('.menu_dir, img');
            DD_belatedPNG.fix('.ok_busca, img');
            DD_belatedPNG.fix('.caixa_total, img');
            DD_belatedPNG.fix('.promo_titulo, img');
            DD_belatedPNG.fix('.caixa_formulario, img');
            DD_belatedPNG.fix('.caixa_esq, img');
            DD_belatedPNG.fix('.caixa_mid, img');
            DD_belatedPNG.fix('.caixa_dir, img');
            DD_belatedPNG.fix('.titulo_cat_right, img');
            DD_belatedPNG.fix('.titulo_cat_right_2, img');
            DD_belatedPNG.fix('.titulo_cat_right_3, img');
            DD_belatedPNG.fix('.titulo_cat_right_promo, img');
            DD_belatedPNG.fix('#entrar, img');
            DD_belatedPNG.fix('.fim_cat_right_3, img');
            DD_belatedPNG.fix('.fim_cat, img');
            DD_belatedPNG.fix('#menu_top, img');
            DD_belatedPNG.fix('#fim_cat_right_2, img');
            DD_belatedPNG.fix('#fim_cat_right_login, img');
            DD_belatedPNG.fix('#busca, img');
            DD_belatedPNG.fix('#barra_centro, img');
            DD_belatedPNG.fix('#barra_centro, img');
            DD_belatedPNG.fix('.text, img');
		}
	 }

});


