# 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>
<ul>
<li><a href="http://example.com"><img src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" width="75" height="75"></a></li>
<li><a href="http://example.com"><img src="http://static.flickr.com/75/199481072_b4a0d09597_s.jpg" width="75" height="75"></a></li>
<li><a href="http://example.com"><img src="http://static.flickr.com/57/199481087_33ae73a8de_s.jpg" width="75" height="75"></a></li>
<li><a href="http://example.com"><img src="http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" width="75" height="75"></a></li>
<li><a href="http://example.com"><img src="http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" 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