<script src="http://html5beta.com/demo/zxdslider/js/zxdslider.js"></script>
<link rel="stylesheet" href="http://html5beta.com/wp-content/themes/Paper3/style.css">
<div id="zxdslider"> <!--/you can change the id name, -->
<span class="slidernav leftnav left"><</span><!--/this is for click to see last slider -->
<ul id="zxdsliderContent">
<li class="zxdsliderli"> <!--/li element must have a class name "the id you set"+li -->
<img src="http://html5beta.com/demo/zxdslider/img/a1.jpg" alt="a1" />
<!--/each li element must have a img and a span,you can put anything you want in the span -->
<span>
<h2><a href="http://html5beta.com/category/jquery-2/" rel="bookmark" title="jQuery is sweet!">jQuery is sweet!</a></h2>
<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.</p>
</span>
</li>
<li class="zxdsliderli">
<img src="http://html5beta.com/demo/zxdslider/img/a2.jpg" alt="a2" />
<span>
<h2><a href="http://html5beta.com/category/jquery-2/" rel="bookmark" title="zxdSlider is small!">zxdSlider is small!</a></h2>
<p>zxdSlider is small!jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.</p>
</span>
</li>
<li class="zxdsliderli">
<img src="http://html5beta.com/demo/zxdslider/img/a3.jpg" alt="a3" />
<span>
<h2><a href="http://html5beta.com/category/jquery-2/" rel="bookmark" title="zxdSlider is easy to use!">zxdSlider is easy to use!</a></h2>
...