
#faw {
	background: white;
	text-align: center;
	font-family: Arial,sans-serif;
	width: auto;
	height: auto;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	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: auto;
}

#faw img {
	border: 1px solid #000;
	max-width: 700px;
	_width: expression(document.body.clientWidth > 700? "700px" : "auto" );
	max-height: 415px;
	/* _height: expression(this.scrollHeight > 400? "400px" : "auto" ); */
	padding:20px;
}

#faw .bar {
	border: 1px solid #000;
	border-bottom:0;
	height: 20px;
	width:auto;
	
}

#faw .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

#faw .bar .close {
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	width: 12px;
	float: right;
	background: url('close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}
