$(function(){$('#banner, #content').css({'display':'none'}).fadeIn(750);$('#search-menu ul li a').hover(function(){var a=$(this).next('span');$(a).fadeIn(10).animate({'bottom':0},200)},function(){if($(this).closest('li').hasClass('active')){return false}else{var a=$(this).next('span');$(a).animate({'bottom':'-8px'},200).fadeOut(10)}});$('#social-network a').hover(function(){$('#social-network a').stop().animate({opacity:0.4},'fast');$(this).stop().animate({opacity:1},'fast')},function(){$('#social-network a').stop().animate({'opacity':'1'},'fast')});
$("a[rel^='prettyPhoto']").prettyPhoto({social_tools:false});
});



