// JavaScript Document

jQuery(document).ready(function(){
	$('#placeholder').crossSlide({ fade: 1.5,variant: true,easing:'easeInOutQuad'},							 
	[
		{src:'../images/banner/1.jpg',alt:'Sanico',from:'bottom left',to:'top right 1.2x',time: 2},
		{src:'../images/banner/2.jpg',alt:'Sanico',from:'top right',to:'bottom left 1.2x',time: 2},
		{src:'../images/banner/3.jpg',alt:'Sanico',from:'bottom left',to:'top right 1.2x',time: 2},
		{src:'../images/banner/4.jpg',alt:'Sanico',from:'bottom right',to:'bottom left 1.2x',time: 2},
		{src:'../images/banner/5.jpg',alt:'Sanico',from:'bottom right',to:'bottom left 1.2x',time: 2},
		{src:'../images/banner/6.jpg',alt:'Sanico',from:'top left',to:'top right 1.2x',time: 2},
		{src:'../images/banner/7.jpg',alt:'Sanico',from:'top left',to:'bottom right 1.2x',time: 2},
		{src:'../images/banner/8.jpg',alt:'Sanico',from:'bottom right',to:'bottom left 1.2x',time: 2},
		{src:'../images/banner/9.jpg',alt:'Sanico',from:'top left',to:'top left 1.2x',time: 2}
	]	
	);	
});



