jQuery(document).ready(function() {
   jQuery("#slideshow").jcarousel({
	   scroll: 1,
	   auto: 6,
	   wrap: 'both'
   });
});
