// ******* JS for italwin.it home slide ********
// ***********************************************

/*	

    $(document).ready(function(){
//		$(this).delay(500,function(){
			$('.slide').cycle({
				fx:    'fade',
				speed:  3000,
				timeout: 5000,
				delay:	0
			});
//		});				
    });
	
*/

// ******* JS for italwin KenBurns home **********
// ***********************************************
	
$(document).ready(function(){
	$('.cross_slide').crossSlide({
	  fade: 2     //sec
	}, [
	  {
		src:  'images/home/kenburns_slide_10.jpg', 
	//		from: '100% 80% 0.5x',
	//		to:   '100% 0% 1.3x',
		from: 'top center 1x',
		to:   'bottom center 1.2x',
		time: 3
	  }, {
		src:  'images/home/kenburns_slide_11.jpg',
		from: 'top left 1.3x',
		to:   'bottom right 0.8x',
		time: 3
	  }, {
		src:  'images/home/kenburns_slide_12.jpg',
	//		from: '100% 80% 0.5x',
	//		to:   '100% 0% 1.3x',
		from: 'top center 0.8x',
		to:   'bottom center 1x',
		time: 3
	  }, {
		src:  'images/home/kenburns_slide_13.jpg',
		from: 'top left',
		to:   'bottom right 1.3x',
		time: 3
	  }, {
		src:  'images/home/kenburns_slide_14.jpg',
		from: '100% 80% 1.2x',
		to:   '80% 0% 0.8x',
		time: 3
	  }
	]);
});
	
