$(document).ready(function(){if($("#slideshow")&&$("#slideshow").length){$("#slideshow .images").cycle({fx:"fade",speed:666,timeout:0,prev:"#slideshow .previous",next:"#slideshow .next"})}if($("#project-list")&&$("#project-list").length){$("#project-list a").mouseover(function(){$(this).children(".thumbnail").each(function(){$(this).stop();$(this).fadeTo(333,1)})});$("#project-list a").mouseout(function(){$(this).children(".thumbnail").each(function(){$(this).stop();$(this).fadeTo(333,0)})})}});
