$(document).ready(function(){function e(){$("#features .animate img").toggleClass("active")}$("a").click(function(e){$(this).attr("href","#")&&e.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(e,1e3)});