IndustryEU.hp={};

if(document.id)
{
	(function($){
    IndustryEU.hp.gallery={};

		IndustryEU.hp.gallery.init=function(el,imgs, cfg)
		{
			cfg=Object.merge({
				delay: 7000,
				random: true,
				controlsTiming: true,
				description: false,

				position: {x: -1, y: 0},
				menu:
				{
					enabled: true,
					title: true,
					clickable: true
				},

				loading:
				{
					visible: false,
					progress: false
				},

				effects:
				{
				   transition: {enabled: true},

				   stripes:
					{
						enabled: true,
						width: '42%',
						count: 3,
						opacity: 0.05
					}
				}
			},cfg);
			var uiSlideShow=new _uiSlideShow(el,imgs,cfg);
		}
	})(document.id);
}

