I resolved it myself.
Maybe for somebody will be useful
I Added to SlideshowPlugin.php
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js');
In header.php in template directory
after <?php wp_deregister_script('jquery'); ?>
I added <?php wp_enqueue_script( 'jquery' ); ?>
Thanks again for this great plugin.