$(document).ready(function(){       
    $('#photos').galleryView({     
      panel_width: 898,
  		panel_height: 523,
  		frame_width: 20,
  		frame_height: 32,
  		filmstrip_size: 3,
  		overlay_height: 70,
  		overlay_font_size: '1em',
  		transition_speed: 400,
  		transition_interval: 6000,
  		overlay_opacity: 0.6,
  		overlay_color: 'none',
  		background_color: 'none',
  		overlay_text_color: '#5194AB',
  		caption_text_color: 'black',
  		border: '0px solid black',
  		nav_theme: 'dark',
  		easing: 'swing',
  		filmstrip_position: 'bottom',
  		overlay_position: 'bottom',
  		show_captions: false,
  		fade_panels: true,
  		pause_on_hover: false
    }); 
});