$(document).ready(function() {
	$('#new01').crossSlide({sleep:3,fade:1},
	[
		{src: 'newfile/jsphoto/ph_shop01.jpg'},
		{src: 'newfile/jsphoto/ph_shop02.jpg'},
		{src: 'newfile/jsphoto/ph_shop03.jpg'}	
	]);
})

