$(document).ready(function(){
	$('#column-right .bg-gris .image').hover(function(){ $('.shadow').fadeIn(1000); },function(){ $('.shadow').fadeOut(1000); });
});
