$(document).ready(function(){
	$('#photos').galleryView({
			panel_width: 420,
			panel_height: 315,
			frame_width: 120,
			frame_height: 90,
            pointer_size: 0,
            frame_scale: 'nocrop',
			background_color:'#383431',
			border:'6px solid #383431',
			nav_theme:'light',
			easing: 'easeOutBounce',
			fade_panels:true
		});
});



