
/* PUBBLICITA */
#faw, #faw * {margin: 0; padding: 0; border: none; outline: none;}
#faw {
	width: 610px;
	height: 431px;
	margin: 95px 0 0 -150px;
	background: #242424;
	text-align: center;
	position: absolute;
	z-index: 1000;	
	opacity: 1;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	display: none;
}

#faw .bar {
	height: 20px;
	background: #fff url(../images/pop/bar2.gif) 0 0 no-repeat;
	overflow: hidden;
}

#faw .bar .close {
	width: 20px;
	height: 20px;
	background: transparent url(../images/pop/close.gif) center no-repeat;
	float: right;
	display: block;
	text-indent: -9999px;
}

#faw.show {display: block;}

