 jQuery.noConflict();
/*
        jQuery(document).ready(function() {
            jQuery('.slideshow').cycle({
                fx: 'fade',
                speed: 1000,
                timeout: 5000  
            });
        });*/
jQuery(function() {
 jQuery('.slideshow').cycle({
                fx: 'fade',
                speed: 5000,
                timeout: 5000  
	});
});

