$(function () { 
  $('#slideshow').galleryView({
    panel_width: 700,
    panel_height: 469,
    frame_width: 100,
    frame_height: 100,
    show_captions: true,  
  });  
});
