$(function() {
    var path = (lang == 'IT'?'':'../')
	 
	$('#slideshow').crossSlide({
	  fade: 1
    },[
		  {
			src: path+'img_slideshow/11.jpg',
			from: 'top left',
			to:   'bottom right',
			time: 5
		  },{
			src: path+'img_slideshow/9.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  },{
			src: path+'img_slideshow/4.jpg',
			from: '100% 80% 1x',
			to:   '100% 40% 1.7x',
			time: 5
		  },{
			src: path+'img_slideshow/2.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  },{
			src: path+'img_slideshow/3.jpg',
			from: '100% 80% 1x',
			to:   '100% 30% 1.7x',
			time: 5
		  },{
			src: path+'img_slideshow/1.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  },{
			src: path+'img_slideshow/5.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  },{
			src: path+'img_slideshow/6.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  },{
			src: path+'img_slideshow/7.jpg',
			from: '100% 80% 1x',
			to:   '100% 0% 1.7x',
			time: 5
		  },{
			src: path+'img_slideshow/8.jpg',
			from: 'top left',
			to:   'bottom right 1.5x',
			time: 5
		  }
		] 
	)
  });
