jQuery(document).ready(function(){
	jQuery('.sticky-tile.captionfull').hover(function(){
		jQuery(".cover", this).stop().animate({top:'1px', left:'1px'},{queue:false,duration:160});
	}, function() {
		jQuery(".cover", this).stop().animate({top:'156px', left:'1px'},{queue:false,duration:160});
	});

	jQuery('.team-tile.captionfull').hover(function(){
		jQuery(".cover", this).stop().animate({top:'1px', left:'1px'},{queue:false,duration:160});
	}, function() {
		jQuery(".cover", this).stop().animate({top:'120px', left:'1px'},{queue:false,duration:160});
	});    
});
