 
$(function() {
	$('#slideshow').crossSlide({
		fade: 1
		}, 
		[
			{
				src:  '/images/homepage/photo1.jpg',
				alt:  'photo1',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo2.jpg',
				alt:  'photo2',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo3.jpg',
				alt:  'photo3',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo4.jpg',
				alt:  'photo4',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo5.jpg',
				alt:  'photo5',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo6.jpg',
				alt:  'photo6',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo7.jpg',
				alt:  'photo7',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo8.jpg',
				alt:  'photo8',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo9.jpg',
				alt:  'photo9',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo10.jpg',
				alt:  'photo10',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo11.jpg',
				alt:  'photo11',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo12.jpg',
				alt:  'photo12',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo13.jpg',
				alt:  'photo13',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo14.jpg',
				alt:  'photo14',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}, {
				src:  '/images/homepage/photo15.jpg',
				alt:  'photo15',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
				}, {
				src:  '/images/homepage/photo16.jpg',
				alt:  'photo16',
				from: '100% 0% 1x',
				to:   '100% 0% 1x',
				time: 4
			}
		]
	)
});
