	$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 500,
			panel_height: 282,
			frame_width: 20,
			frame_height: 10,
			overlay_color: '#222',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			pause_on_hover: true,
			overlay_height: 30,
			overflow: 'hidden'
		});
	});