$(document).ready(function() 
{
	$("div#notice").jCarouselLite({
	vertical: true,
	hoverPause:true,
	scroll: 1,
	auto:1000,
	speed:1600,
	visible:7
	});
});
