Agile Carousel: JQuery Carousel Plugin

Simple Example: Next & Prev Buttons, Link Added Per Slide

This Example Uses the Below Script

	

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script src="carousel_behavior.js"></script>
<script type="text/javascript">

$('#slide_holder').agile_carousel({
slide_links: "http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list"
});
</script>