// JavaScript Document


$("#gallery").galleria({
        width: GalleriaWidth,
        height: GalleriaHeight,
	    autoplay: 5000,
		imageCrop:'height',
		debug: false
    });
