$(document).ready(function(){
	
	$('#photos').galleryView({
		show_panels: false,
        frame_width: 500,
		frame_height: 500,
		frame_gap: 0,
		filmstrip_size: 1,
		overlay_color: '#222',
		overlay_text_color: 'white',
		caption_text_color: '#222',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'transparent',
		easing: 'easeInOutQuad',
		pause_on_hover: true,
		frame_scale: 'nocrop'
	});
	
	//		panel_width: 800,
	//	panel_height: 500,
	//	
});
