$(document).ready(function() {
    $('#slideshow').crossSlide({
      fade: 1,
      shuffle: 1
    }, [
      {
        src:  'http://www.theafricagroup.com/static/django-sites/consulting/images/slideshow/01.jpg',
        from: '100% 80% 1.1x',
        to:   '100% 0% 0.9x',
        time: 8
      },
      {
        src:  'http://www.theafricagroup.com/static/django-sites/consulting/images/slideshow/02.jpg',
        from: 'top right 1.1x',
        to:   'bottom left 0.9x',
        time: 8
      }, {
        src:  'http://www.theafricagroup.com/static/django-sites/consulting/images/slideshow/03.jpg',
        from: 'top left 1.1x',
        to:   'top left 0.9x',
        time: 8
      }
    ]);
})
