//
// cross-slide setup script
//
$(document).ready(function(){	
	

	$('#slideshow').crossSlide({
	  fade: 1,
	  variant: true
	}, [
	
	  {
		src:  'http://www.elmarovineyard.com/uploads/Slide_bluffs.jpg',
		alt:  'slideshow image',
		from: 'top left',
		to:   'bottom right 1.2x',
		time: 11
	  },
	
	  {
		src:  'http://www.elmarovineyard.com/uploads/Slide_vine.jpeg',
		alt:  'slideshow image',
		from: 'bottom right',
		to:   'bottom left 1.2x',
		time: 13
	  },
	
	  {
		src:  'http://www.elmarovineyard.com/uploads/Slide_swing.jpeg',
		alt:  'slideshow image',
		from: 'top left',
		to:   'top right 1.2x',
		time: 11
	  },
	
	  {
		src:  'http://www.elmarovineyard.com/uploads/Slide_rows.jpeg',
		alt:  'slideshow image',
		from: 'top left',
		to:   'bottom right 1.5x',
		time: 11
	  }
	]);
	
});

