function jcarousel() {

jQuery.noConflict();

jQuery(function() {
	jQuery(".loga").jCarouselLite({
		auto: 1000,
		speed: 4000,
		visible: 1
	    });
	});

};
