	$(document).ready(function(){		
		$('#slides').galleryView({
			panel_width: 653,
			panel_height: 335,
			frame_width: 15,
			frame_height: 10,
			overlay_color: '#666666',
			overlay_text_color: '#666666',
			caption_text_color: '#666666',
			background_color: '#f9f2e4',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			pause_on_hover: true,
			transition_speed: 600,
			transition_interval: 8000,
			overlay_height: 0
		});
	});
