$(document).ready(function() {
	$(".requestBanner").hoverIntent(function() {
     $(this).animate({top:'0px'},(400));
	}, function() {
     $(this).animate({top:'-130px'},400);	 
});

	$(".storiesBanner").hoverIntent(function() {
     $(this).animate({top:'0px'},(400));
	}, function() {
     $(this).animate({top:'-130px'},400);	 
});
});
