$(document).ready(function(){  
     //Lee Commercial  
    $('.boxgrid.lc').hover(function(){  
        $(".cover", this).stop().animate({top:'173px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Schwarzenegger  
    $('.boxgrid.sa').hover(function(){  
        $(".cover", this).stop().animate({top:'173px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    });     
    //Weideman  
    $('.boxgrid.wg').hover(function(){  
        $(".cover", this).stop().animate({top:'153px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Blythewood  
    $('.boxgrid.eb').hover(function(){  
        $(".cover", this).stop().animate({top:'195px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
    //CornerPocket  
    $('.boxgrid.cp').hover(function(){  
        $(".cover", this).stop().animate({top:'195px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Majority Project  
    $('.boxgrid.mp').hover(function(){  
        $(".cover", this).stop().animate({top:'173px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    });         
     //Leigh Fibers  
    $('.boxgrid.lf').hover(function(){  
        $(".cover", this).stop().animate({top:'195px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Charles Lollar  
    $('.boxgrid.cl').hover(function(){  
        $(".cover", this).stop().animate({top:'223px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Word Matter  
    $('.boxgrid.wm').hover(function(){  
        $(".cover", this).stop().animate({top:'153px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Daniel Marinelli  
    $('.boxgrid.dm').hover(function(){  
        $(".cover", this).stop().animate({top:'173px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Peter Schiff 
    $('.boxgrid.ps').hover(function(){  
        $(".cover", this).stop().animate({top:'223px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Jeremy Jantz 
    $('.boxgrid.jj').hover(function(){  
        $(".cover", this).stop().animate({top:'153px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
     //Bruce Poliquin 
    $('.boxgrid.bp').hover(function(){  
        $(".cover", this).stop().animate({top:'223px'},{queue:false,duration:350});  
    }, function() {  
        $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});  
    }); 
});  
