$(function() {
		$test3 = $('#cross-slide');

	$test3.crossSlide({
		fade: 1
	}, [
		{
			src:  'http://farm6.static.flickr.com/5297/5407520494_9479ffa174_b.jpg',
			alt:  'Walnut white and glass',
			from: '100% 80% 1x',
			to:   '100% 0% 1.2x',
			time: 5
		}, {
			src:  'http://farm6.static.flickr.com/5291/5406916279_175b5fdbb8_b.jpg',
			alt:  'Steel spine',
			from: 'top left 1.3x',
			to:   'bottom right 1x',
			time: 5
		}, {
			src:  'http://farm6.static.flickr.com/5220/5406919615_bb44eec2f1_b.jpg',
			alt:  'Oak and wrought iron',
			from: '100% 80% 1.3x',
			to:   '80% 0% 1.1x',
			time: 5
		}, {
			src:  'http://farm6.static.flickr.com/5218/5406923257_fe76f4f324_b.jpg',
			alt:  'Floating white oak',
			from: '100% 50%',
			to:   '30% 50% 1.2x',
			time: 5
		}, {
			src:  'http://farm6.static.flickr.com/5019/5406926439_e37c0a5ab7_b.jpg',
			alt:  'Concrete, oak and ivory',
			from: 'top left 1.3x',
			to:   'bottom right 1x',
			time: 5
		}
	]);
});

