$(document).ready(function(){
								
				
				
				//BOx de boxGridArticle
				$('.boxGridArticle.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'258px'},{queue:false,duration:160});
				});
				



});

