﻿$('#news').ready(function(){
	$('#news').show()
	.jCarouselLite(
	{
				auto:5400,
				speed: 800,
				visible: 1,
				vertical:true
	}
	);

});
