$('#gallery').galleria({
			width: 798,
			height: 360,
			autoplay: true,
			carousel: true,
			carousel_follow: true,
			carousel_speed: 40,                
			carousel_steps: 'auto',
			clicknext: true,
			data_config : function( elem ) { return {}; },
			data_selector: 'img',
			data_source: this._target,
			debug: true,
			dummy: '/images/noimage.jpg',
			easing: 'galleria',
			extend: function(options) {},
			idle_time: 4000,
			image_crop: true,
			image_margin: 0,
			image_pan: false,
			image_pan_smoothness: 12,
			image_position: '50%',
			keep_source: false,
			lightbox_fade_speed: 200,
			lightbox_transition_speed: 500,
			link_source_images: true,
			overlay_opacity: .85,
			overlay_background: '#0b0b0b',
			pause_on_interaction: false,         // 1.9.96
			popup_links: false,
			preload: 2,
			queue: true,
			show: 0,                            //start from
			show_info: false,
			show_counter: true,
			show_imagenav: true,
			thumb_crop: true,
			thumb_fit: false,
			thumb_margin: 0,
			thumb_quality: 'auto',
			thumbnails: false,
			transition: 'fade',
			transition_speed: 400
	
 		});
