$(document).ready(function(){

				//Caption Sliding (Partially Hidden to Visible)
				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'170px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'200px'},{queue:false,duration:160});
				});
			});

// gestione francese
$(document).ready(function(){

				//Caption Sliding (Partially Hidden to Visible)
				$('.fra .boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'150px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'180px'},{queue:false,duration:160});
				});
			});

