this is my website demo : http://daplonline.in/index5.php
i got this jquery from : http://designm.ag/tutorials/image-rotator-css-jquery/
i want to stop slide
$( "..." ) .mouseover(function() { //Stop the animation here $( "..." ).stop(); }).mouseout(function() { //Do your animation here $( "...").animate(); });