// JavaScript Document
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', 
		speed:  750,
		timeout: 7500
	});
});
