	jQuery(function($) {
 $('#test3').crossSlide({
  fade: 1  
}, [
      {
        src:  'http://biopharmaalliance.com/images/1.jpg',
        href: '',
        from: '100% 80% 1x',
        to:   '100% 0% 1.7x',
        time: 2
      }, {
        src:  'http://biopharmaalliance.com/images/2.jpg',
        href: '',
          from: 'top left',
        to:   'bottom right 1.5x',
        time: 2
      }, {
        src:  'http://biopharmaalliance.com/images/3.jpg',
        href: '',
        
   from: 'top right',
        to:   'bottom left 1.5x',
        time: 2
      }, {
        src:  'http://biopharmaalliance.com/images/4.jpg',
        href: '',
           from: '100% 80% 1x',
        to:   '100% 0% 1.7x',
        time: 2
      }, {
        src:  'http://biopharmaalliance.com/images/5.jpg',
        href: '',
         from: 'top left',
        to:   'bottom right 1.5x',
        time: 2
      }, {
        src:  'http://biopharmaalliance.com/images/6.jpg',
        href: '',
      from: 'top right',
        to:   'bottom left 1.5x',
        time: 2
      }
	  , {
        src:  'http://biopharmaalliance.com/images/7.jpg',
        href: '',
      from: 'top right',
        to:   'bottom left 1.5x',
        time: 2
      }
    ]);
  });
