// JavaScript Document
	 $(function() {
  
    $('#slideshow').cycle({ 
    fx:    'fade', 
	speed:  1500,
	pause:  1,
	timeout:  7000 
	});
});
