I have used this plugin "http://wordpress.org/extend/plugins/wp-featured-content-slider/" in my web page. It works fine. But I am trying to stop the slider on mouse over. I am not knowledgeable in jQuery. I don’t know how to change it, or in which place or which file to make the change.
Thanks.
The slider is initialised in content-slider.php in the plugin
You can add the pause option to the list in there
pause: 0, // true to enable “pause on hover”
e.g