$('#galleria').galleria({
	width: 770, // pixels
	height: 470, // pixels
	autoplay: 5500, // play next slide every n/1000 seconds
	transition: 'fadeslide', // default is 'slide'
	imagePan: true, // allow panning for cropped images?
	_toggleInfo: false, // false = always show info
	lightbox: false, // show a lightbox?
	swipe: true, // enable gesture nav for mobiles?
	
	dataConfig: function(a) {
        return {
            description: $(a).parent().next('p').html()
        }
    }
});
