Cufon.replace('ul a, #footer a, p a',{hover: true});
Cufon.replace('ul, p, h1, h2, h3, h4, h5, .title, .desc');
$(document).ready(function(){
	$('.project').hover(function(){
		$(".cover", this).stop().animate({top:'-45px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'5px'},{queue:false,duration:160});
	});
	$("a.project-screen").fancybox({
		'titlePosition'	: 'over'
	});
});
