$(document).ready(function(){$(".boxes02").hover(function() {$(this).stop().animate({ backgroundColor: "#272727"}, 400);},function() {$(this).stop().animate({ backgroundColor: "#fff" }, 400);});}); 
