     $(document).ready(function(){
      $('#photos').galleryView({
			panel_width: 567,
			panel_height: 470, //panel_height: 500,
    frame_width: 0,
    frame_height: 0,
    transition_speed: 1800,
    background_color: '#fff',
    border: 'none',
    easing: 'easeInOutBack',
    pause_on_hover: true,
    nav_theme: 'custom',
     filmstrip_position: 'bottom',
    overlay_position: 'bottom'

		});

     });

