jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        scroll: 1,
		rtl: true
    });
});
