var	JaSlideshow = new JaSlideshowClass(
	{
		siteurl: '',
		type: 'fade',
		pan: '10',
		zoom: '10',
		width: 960,
		height: 355,
		twidth: 100,
		theight: 55,
		url: '',
		images: [
				 'images/SlideShow/1.jpg',
				 'images/SlideShow/2.jpg',
				 'images/SlideShow/3.jpg',
				 'images/SlideShow/4.jpg',
				 'images/SlideShow/5.jpg',
				 'images/SlideShow/6.jpg',
				 'images/SlideShow/7.jpg'
				 ],
		thumbnails: [
					 'images/SlideShow/th/1.jpg',
					 'images/SlideShow/th/2.jpg',
					 'images/SlideShow/th/3.jpg',
					 'images/SlideShow/th/4.jpg',
					 'images/SlideShow/th/5.jpg',
					 'images/SlideShow/th/6.jpg',
					 'images/SlideShow/th/7.jpg'
					 ],
		captions: [
				   '',
				   '',
				   '',
				   '',
				   '',
				   '',
				   ''
				   ],
		caption_effect: 'fade',
		urls: [
				'#',
				'#',
				'#',
				'#',
				'#',
				'#',
				'#'
				],
		duration: [1000, 10000],
		transition: Fx.Transitions.sineInOut ,
		navigation: 'thumbnails fast',
		classes: ['prev', 'next', 'active'],
		play : '1',
		mouse_action: 'click'
	}
);