	$(document).ready(function(){
		$('#gallery').galleryView({
			panel_width: 680,
			panel_height: 255,
    transition_speed: 1500,
    transition_interval: 5000,
    nav_theme: 'light',
    border: '1px solid white',
    pause_on_hover: true,
    frame_height: 0,
    background_color: 'white',
    show_captions: false


		});
	});
