$(document).ready(function(){$("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")}),$(".hotspots li.item3").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item3").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item3").stop().fadeOut("fast")}),$(".hotspots li.item4").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item4").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item4").stop().fadeOut("fast")})});