(function($) {	jQuery(document).ready(function(){		jQuery('.slide_caption').hover(function(){			jQuery(".cover", this).stop().animate({top:'210px'},{queue:false,duration:160});		}, function() {			jQuery(".cover", this).stop().animate({top:'184px'},{queue:false,duration:160});		});	});})(jQuery);
