// Ride the carousel...
jQuery(document).ready(function() {
    jQuery("#slideshow").jcarousel({
        itemVisible: 3,
        itemScroll: 2,
        autoScroll: 5,
        wrap: true,
		noButtons: true,
		autoScrollStopOnMouseover: false,
		autoScrollResumeOnMouseout: true
    });
});