
$(document).ready(function() {
	$('#gallery').galleryView({
		pause_on_hover: true,
		panel_width: 635,
		panel_height: 367,
		frame_width: 65,
		frame_height: 50,
      	transition_speed: 2000,
     	easing: 'easeInOutQuad',
		transition_interval: 5000,
		frame_opacity: 0.6,
		overlay_position: 'top'
	});	
});

