$(document).ready(function(){function t(){$("#dois-em-um .animated-img").toggleClass("active")}$("a").click(function(t){$(this).attr("href","#")&&t.preventDefault()}),$(".hotspots li.item1").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item1").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item1").stop().fadeOut("fast")}),$(".hotspots li.item2").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item2").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item2").stop().fadeOut("fast")}),window.setInterval(t,1500)});