jQuery(document).ready(function() {
    jQuery('#stage').jcarousel({
    	wrap: 'circular',
        scroll: 1,
        auto: 8
    });
});
