codice:
$(document).ready(function($) {
      $('div#navigation-slide span.caption span.title').text( 
         $(".cameraContents .cameracurrent .camera_caption_title").text()
      );
 );