

function initGallery() {

  $('#myGallery').galleryView({
    panel_width: 927,
    panel_height: 512,
    frame_width: 104,
    frame_height: 58,

    show_panel_nav: true,
    show_filmstrip_nav: false,

    show_overlays: true,

    filmstrip_style: 'scroll',
    filmstrip_size: 6,
    frame_gap: 0,

    animate_pointer: false,
    pause_on_hover: true
  });

}


