$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 625,
			panel_height: 375,
			frame_width: 40,
			frame_height: 40,
			overlay_color: '#222',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeOutCirc',
			pause_on_hover: true
		});
	});
