$(document).ready(function() {
    $('div.mini img').hoverpulse({
        size: 30,  
        speed: 150  
    });
});
