$(function(){
	$('#hi_Right_content').marquee({
		direction	: 'up',
		next		: 'hi_Right_BtnU',
		prev		: 'hi_Right_BtnD',
		autoPlay	: true,
		perPage		: 60,
		step		: 1,
		len			: 6
	});
});
