#fa {
	text-align: left;
	width: 588px;
	position: absolute;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fa a {
	text-decoration: none;
	border: none;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 0px;
	right: 0px;
}

#fa.show {
	display: block;
}

#fb {
	text-align: left;
	width: 588px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fb a {
	text-decoration: none;
	border: none;
}

#fb img {
	border: none;
}

#fb .fb_close {
	position: absolute;
	top: 10px;
	right: 0px;
}

#fb.show {
	display: block;
}