$j(document).ready(function(){
    $j('.specials').crawlLine({
        crawElement:'.move',
        speed: 3
    });
});