#faw {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 560px;
	height: 490px;
	position: absolute;
	margin: 10 auto;
	top: 16px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height: 245px;

}

#faw img {


}

#faw .bar {
background: transparent;
	height: 10px;
	line-height: 20px;

}

#faw .bar a {

	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

#faw .bar .close {

	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url('closead.gif') no-repeat center;
}

#faw.show {
	display: block;

}