$(

  function()
  {  
      
    $('#listtour').cycle({ 
        fx:   'scrollHorz',
        speed: 2000,   
        timeout: 1000,
        next:   '#nexttour', 
        prev:   '#prevtour',
        pause: 1
    });

  }
  
);
