$(document).ready(function(){
	$('.thumb.caption').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:10});
		}, function() {
		$(".cover", this).stop().animate({top:'143px'},{queue:false,duration:10});
	});
	$("#projects").easySlider({
		prevText: 'previous',
		nextText: 'next',
		speed: 750,
		easing: 'easeInOutExpo'
	});
});
