jQuery(document).ready(function()
{ 
	jQuery(".sponsorTicker").jCarouselLite(
	{  
		vertical: false,  
		visible: 1,  
		auto:800,  
		speed:3500  
	}); 
	

});
