/**
 * @author e1032477
 */
$(function () {
/*
	$('#noticeTrigger').hover(function(){
		$('#noticeText').fadeIn();
	});
*/
$("#FDIC_Notice .info").tooltip({
		effect: 'slide',
		relative: 'true',
		position: 'top right',
		offset: [50,-80]
	});

});
