/**
Script: Slideshow.js
	Slideshow - A javascript class for Mootools to stream and animate the presentation of images on your website.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).

Dependencies:
	Mootools 1.2 Core: Fx.Morph, Fx.Tween, Selectors, Element.Dimensions.
	Mootools 1.2 More: Assets.
*/

//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      'Venant_and_Family_b.jpg': { caption: '' }, 
		'Amigos.jpg': { caption: '' }, 
	      'Untitled-55.jpg': { caption: '' }
	    };
	    var myShow = new Slideshow('show', data, { delay: 6000, duration: 3000, captions: false, controller: true, height: 450, hu: 'images/', width: 385 });
	  });
	//]]>
