$(document).ready(function(){
$('#box-extra1.boxgrid, #box-extra2.boxgrid').hover(function(){
$(".cover", this).stop().animate({left:'320px'},{queue:false,duration:300});
}, function() {
$(".cover", this).stop().animate({left:'0'},{queue:false,duration:300});
});
});
