$(function(){
  $('#teaser-wrapper').scroller({
    prevLink: 'div.prev a',
    nextLink: 'div.next a',
    hidingWidth: 497,
    diashow: 10000
  });
});
