# install drupal module http://drupal.org/project/jcarousel # create new page and set filter to PHP, add this content <?php jcarousel_add('ie7'); drupal_add_js ( '$(document).ready(function(){ $("#carousel").jcarousel({ scroll: 1, auto: 2, wrap: "last" }); }); ', 'inline'); ?> <div id="carousel-horiz"> <ul id="carousel" class="jcarousel-skin-tango"> <li><a href="http://example.com" target="_blank"><img src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" border="0" width="75" height="75" /></a></li> <li><a href="http://example.com" target="_blank"><img src="http://static.flickr.com/75/199481072_b4a0d09597_s.jpg" border="0" width="75" height="75" /></a></li> <li><a href="http://example.com" target="_blank"><img src="http://static.flickr.com/57/199481087_33ae73a8de_s.jpg" border="0" width="75" height="75" /></a></li> <li><a href="http://example.com" target="_blank"><img src="http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" border="0" width="75" height="75" /></a></li> <li><a href="http://example.com" target="_blank"><img src="http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" border="0" width="75" height="75" /></a></li> </ul> </div> # LINKS http://sorgalla.com/jcarousel/ http://awebfactory.com.ar/node/301 http://sorgalla.com/projects/jcarousel/#Configuration