 window.addEvent('domready', function(){
	var data = {
		'284_print_Expires083110_Kitty_0495.jpg': { caption: '' }, 
		'284_print_Expires083110_Roos_9945.jpg': { caption: '' }, 
		'286_Fashion_Print_AmandaFash0632Rtd.jpg': { caption: '' }, 
		'286_Fashion_Print_ElenaFash1963Rtd.jpg': { caption: '' },
		'286_Fashion_Print_FrankieFash2065Rtd.jpg': { caption: '' },
		'286_Fashion_Print_RiyaFash1674Rtd.jpg': { caption: '' },
		'WEB_285_Expires022811_Stephanie_DF285StephanieFash4479Rtd.jpg': { caption: '' }
	};
	var myShow = new Slideshow.KenBurns('show', data, {
		captions: false, 
		controller: true, 
		delay: 5000, 
		duration: 2000, 
		height: 300, 
		hu: 'images/uploaded_images', 
		width: 400,
		thumbnails: true
	});
});