Try this-
http://www.eggheadcafe.com/community/aspnet/3/10333589/jquery-slider-with-thumbnails.aspx
slideViewerPro is a fully customizable jQuery image gallery engine wich allows to create outstanding sliding image galleries for your projects and/or interactive galleries within blog posts.
slideViewerPro is the direct descendant of the popular jQuery slideViewer plugin.
Each gallery generates a user-defined number of thumbnails wich can slide automatically (see Settings and Dependencies section); as with slideViewer, everthing is generated by writing just few lines of HTML such as an unordered list of images.
These are the necessary link for slider-
<link rel="stylesheet" href="css/svwp_style.css" type="text/css" media="screen" />
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/jquery.slideViewerPro.1.0.js" type="text/javascript"></script>
Follow this link-
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/
Hope this will help you.