$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 969,
			panel_height: 200,
			/*This 'panel_height' setting above is to be matched with the galleryview.css file, in the #photos id*/
			frame_width: 30,
			frame_height: 30,
			overlay_color: 'transparent',
			overlay_text_color: 'white',
			overlay_opacity: 0.6,
			overlay_height: 0,
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			/*Modify transition here...*/
			transition_speed: 700,
			transition_interval: 6000,
			pause_on_hover: true
		});
	});
