	$(document).ready(function(){		
		$('#gallery').galleryView({
			panel_width: 654,
			panel_height: 215,
			transition_speed: 500,
			transition_interval: 4000,
			nav_theme: 'light',
			border: '1px solid white',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			filmstrip_position: 'bottom'
		});
	});