$(function(){$('#allItemsButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.all li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});$('#webDesignButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.web_design li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});$('#iconDesignButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.icon_design li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});$('#codingButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.coding li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});$('#brandingButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.branding li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});$('#booksButton').click(function(e){$("div#categories a").removeClass("activated");this.className="activated";$('.startItems').quicksand($('.books li'),{duration:600,attribute:'class',easing:'easeInOutQuad'},function(){$("a").hover(function(){$(this).next("em").animate({opacity:"show",top:"193px"},200);},function(){$(this).next("em").animate({opacity:"hide",top:"187px"},100);});});e.preventDefault();});});
