var iexplorer7 = true;

  $(document).ready(function(){$("#incompativel").hide();naoCompativel=function(ie7){if(ie7){return(/MSIE ((5\\.5)|6|7)/.test(navigator.userAgent)&&navigator.platform=="Win32")}else{return(/MSIE ((5\\.5)|6)/.test(navigator.userAgent)&&navigator.platform=="Win32")}};if(naoCompativel(iexplorer7)){$("#incompativel").fadeIn(100)}$(".fecharIn").click(function(){$("#incompativel").fadeOut(50,function(){$(this).remove()})})});


$(function(){
   $('#galeria').cycle();
});
