$(function() {
    $("#important_numbers").ScrollNews({
        size        : '170px',
        timeout     :  4000,
        speed       : 'fast',
        direction   : 'up',
        onmouseover : 'stop'
    });
});
