// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
$(document).ready(function(){
	$('#gallery').galleryView({
		panel_width: 515,
		panel_height: 350,
		frame_width: 20,
    background_color: 'white',
    border: '1px solid white',
		frame_height: 20
	});
	
});

