  $(function() {
  $('#animatedbg').crossSlide({
      fade: 3,
}, [
  {
    src:  'images/featuredbg/1.jpg',
    from: '50% 100% 1x',
	to:   '50% 0% 5.7x',
	time: 5
  }, {
    src:  'images/featuredbg/2.jpg',
    from: '50% 0% 1.9x',
	to:   '50% 100% 1.1x',
	time: 4
  }, {
    src:  'images/featuredbg/3.jpg',
    from: '100% 80% 1.9x',
	to:   '80% 0% 1.1x',
	time: 4
  }, {
    src:  'images/featuredbg/4.jpg',
    from: '80% 80% 1.9x',
	to:   '100% 0% 1.1x',
    time: 5
  }
]);
  });  

