	$(document).ready(function(){
		$('#ds_gallery').galleryView({
			show_panels: true,
			show_filmstrip: true,
			show_captions: false,
			pause_on_hover: true,
			fade_panels: true,
			panel_scale: 'crop',
			frame_scale: 'crop',
			nav_theme: 'dark',
			filmstrip_position: 'bottom',
			overlay_position: 'bottom',
			border: '',
			overlay_opacity: 0,
			frame_opacity: 1,
			filmstrip_size: 5,
			frame_gap: 5,
			pointer_size: 0,
			start_frame: 1,
			transition_speed: 800,
			transition_interval: 5000,
			frame_width: 158,
			frame_height: 113,
			panel_width: 790,
			panel_height: 502

		});
	});


