Create special WordPress slideshow with “jquery.cycle.all.js”

Do not use an external jQuery library, use the one that comes with WordPress.

Use wp_enqueue_script to enqueue your scripts, like:

wp_enqueue_script( 'jquery' );

Additionally be aware that WordPress sets the internal jQuery to noConflict() mode, more information about that here.