// setting

    jQuery(function($) {
			  $('.gal-cont').crossSlide({
			  fade: 6
			}, [
			  {
				src:  '/imgpmw/gallery/home1.jpg',
				href: '',
				from: 'center bottom',
				to:   'center top',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home2.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home3.jpg',
				href: '',
				from: 'center bottom',
				to:   'center top',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home4.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home5.jpg',
				href: '',
				from: 'center bottom',
				to:   'center top',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home6.jpg',
				href: '',
				from: '100% 100%',
				to:   '100% 100% 1x',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home7.jpg',
				href: '',
				from: '100% 100%',
				to:   '100% 100% 1x',
				time: 4
			  }, {
				src:  '/imgpmw/gallery/home8.jpg',
				href: '',
				from: 'center top',
				to:   'center bottom',
				time: 4
			  }
]);
});

