boutique carousel

Example + Description Example 2 / 3
 

Features:

Settings:

Markup:

<ul id="boutique">

// Frame with minimal setup:
<li><img src="images/image.jpg"></li>

// Frame with full setup:
<li>
<a href="Optional link">
<img src="images/image1.jpg" alt="Optional header">
<span>Optional description.</span>
</a>
</li>

</ul>

Version updates:

v1.2 (2010/10/18): Note: all previous settings / CSS will still work in the new version so you can update safely.