//Init section galleries using GalleryView
$(function(){
  $('#photos').galleryView({
    panel_width: 730,
    panel_height: 422,
    frame_width: 140,
    frame_height: 80,
    background_color: 'transparent',
    nav_theme: 'dark',
    pause_on_hover: true,
    border: 'none'
  });
});
