$(document).ready(function(){$("ul#ticker").innerfade({speed:"normal",timeout:5000,type:"sequence",containerheight:180});$(".bottom-projects .project").hover(function(){$(this).find("div").stop().animate({top:"122"},"fast")},function(){$(this).find("div").stop().animate({top:"152"},"fast")});$(".bottom-projects .project").hover(function(){$(this).find("img").stop().animate({opacity:0.5},"fast")},function(){$(this).find("img").stop().animate({opacity:1},"fast")})});
