jQuery(document).ready(function() {	
    
    /* This is for Customer list jcarousel */
    jQuery('#mycarousel').jcarousel({
	auto: 5,
	visible: 4,
	scroll: 4,
	wrap: 'last'
    });

    /* This is for Video Testimonial jcarousel */
    jQuery('#videoTestimonialsCarousel').jcarousel({
	visible: 3,
	scroll: 3,
	wrap: 'last'
    });
    
});



