	$(document).ready(function(){
		$('#ds_gallery').galleryView({
			show_panels: true,
			show_filmstrip: true,
			show_captions: false,
			pause_on_hover: true,
			fade_panels: false,
			panel_scale: 'nocrop',
			frame_scale: 'nocrop',
			nav_theme: 'dark',
			filmstrip_position: 'bottom',
			overlay_position: 'bottom',
			border: '',
			overlay_opacity: 0.40,
			frame_opacity: 0.70,
			filmstrip_size: 4,
			frame_gap: 10,
			pointer_size: 5,
			start_frame: 1,
			transition_speed: 800,
			transition_interval: 5000,
			frame_width: 120,
			frame_height: 80,
			panel_width: 800,
			panel_height: 600

		});
	});


