#fa {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 0px;
	width: 140px;
	height:280px;
	/*border: 1px solid #999999;*/
	position: absolute;
	margin: 0 auto;
	top: 100px;

	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	height:15px;
	top: 0px;
	right: 0px;
	cursor:pointer;
}

#fa.show {
	display: block;
	position:absolute;
	margin-left:525px;
	margin-top:8px;
}
