jQuery(document).ready(function() {
    jQuery('#clientes').jcarousel({
			scroll: 1,
			auto: 5,
			wrap: "both",
			vertical: true
	});
});

