/*
$(function(){
        
        $('.shadowsCorners').mouseenter(function() {
                $(this).css('background', '#FCFFF5');
        }).mouseleave(function() {
                $(this).css('background', '#F4F6EC')
        })
        
})*/

