$('#noticedom', '.qd-nav').Scroll({line:1,speed:500,timer:3000,up:"btn1",down:"btn2"});
$(function(){
	$('.pos, .pos1', '.qd-nav').bind('mouseenter', function (){
		$('ol', this).show();
	})
	.bind('mouseleave', function (){
		$('ol', this).hide();
	});
});
