// JavaScript Document
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
wrap: 'both',
scroll: 1,
auto: 4
});
}); 
