

#identifier-pannel {
			right:2px;bottom:50px;
			position:fixed;
			overflow:hidden;zoom:1;
			text-align:center;	

			_position:absolute;
			_top:expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -180 +'px');
			z-index:998;
		}
		#identifier-pannel a{display:block;width:110px;background:#fefefe;}
		#identifier-pannel a:hover{background:#efefef;color:#000}