// JavaScript Document

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