$(document).ready(function(){
  $('#sliderPhotos').galleryView({
    panel_width: 459,
    panel_height: 306,
    frame_width: 70,
    frame_height: 70,
    nav_theme: 'flyers',
    easing: 'easeInOutQuad',
    pause_on_hover: true,
    transition_interval: 7000
  });
});

