$(document).ready(function(){
	
	//Slide Homepage Sliders
	$('#block-views-Sliders-block_1 ul li.views-row').hover(function(){
		$(".cover", this).stop().animate({top:'60px'},{queue:false,duration:560});
	}, function() {
		$(".cover", this).stop().animate({top:'203px'},{queue:false,duration:560});
	});
	
});
