$(document).ready(function(){
	$('#gallery').galleryView({
		panel_width: 675,
		panel_height: 450,
		frame_width: 100,
		frame_height: 100,
		transition_speed: 1600,
		background_color: '#000000',
		border: 'none',
		easing: 'easeInOutBack',
		pause_on_hover: true,
		overlay_height: 100,
		filmstrip_position: 'bottom',
		overlay_position: 'bottom',
		show_captions: 'false',
		theme_path: '/themes/dark/'
	});
});
