Swipe - minimalist
Carousel http://swipejs.com/
by Andy Bulka
HTML
<script src="https://raw.github.com/bradbirdsall/Swipe/master/swipe.min.js"></script>
<div id='slider'>
<ul>
<li style='display:block'>1111111111</li>
<li style='display:none'>Aaaa</li>
<li style='display:none'>bbbbbb</li>
<li style='display:none'>ccccccc</li>
<li style='display:none'>dddddddd</li>
</ul>
</div>
doesn't seem to work. see the next jsfiddle for one that does.
CSS
div#slider {width:50; height:100px;background:red;}
JavaScript
window.mySwipe = new Swipe(document.getElementById('slider'));