jquery slider bug

jquery slider bug

the images do not automatically move any more after clicking with force move arrow how to fix them to move automatically again providing my code below

http://jsfiddle.net/48y2Q/7/ http://jsfiddle.net/48y2Q/7/embedded/result/

  1. <script type="text/javascript">
  2. $(function () {
  3. $('#da-slider').cslider({
  4. autoplay: true,
  5. bgincrement: 450
  6. });
  7. });
  8. </script>