$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 700,
		panel_height: 520,
		frame_width: 150,
		frame_height: 100,

		overlay_height: 40,
		overlay_position: 'bottom',
		overlay_opacity: 0.5,

		frame_opacity: 2.0,
		show_captions: true,
		caption_text_color: '#FFF',

		pause_on_hover: true,
		transition_interval: 0,
		easing: 'easeInQuad'
	});
});
