Salve a tutti, ho trovato in rete questo script

codice:
$pictures.delegate('img', 'click', function () {
  $('#loadingStatus').fadeIn();
  var src = this.src.replace(/_s/, '');
  $('<img>').attr('src', src).load(function () {
    $main.empty().append(this);
    $('#loadingStatus').stop(true, true).fadeOut();
  });  
});
e doveri aggiungere e frecce per andare avanti ed indietro nello slide, sapete come posso farE? sto cercnado in rete ma non trovo rispote T.T