$(function() {
	$("#newsflash_list").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto: 3000,
		speed: 500
	});
});
