// setting

    jQuery(function($) {
			  $('.gal-cont').crossSlide({
			  fade: 7
			}, [
			  {
				src:  '/imgpmw/gallery/pisa1.jpg',
				href: '',
				from: 'center bottom',
				to:   'center top',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home1.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home2.jpg',
				href: '',
				from: 'center',
				to:   'center',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home3.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home4.jpg',
				href: '',
				from: 'center',
				to:   'center',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home5.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home6.jpg',
				href: '',
				from: 'center bottom',
				to:   'center top',
				time: 5
			  }, {
				src:  '/imgpmw/gallery/home7.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 5
			  }
]);
});

