jQuery.noConflict();

jQuery(function() {
    jQuery('#last-minute').cycle({
		fx: 'scrollLeft',
		//timeout: 7500,
		timeout: 8000,
		//speed: 3000,
		cleartype: 0,
		random: 1
	});
});
