.floating .ad{
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}
.floating a{
	color:#000000; 
	display: inline-block;
	text-decoration: none;
}
.floating a img{
	border: 0;
}
.floating .close{
	display: none;
}
.floating .opacity{
	position: absolute; 
	top: 0; 
	width: 250px; 
	height: 64px; 
	background-color: #fff; 
	opacity: 0.20; 
	filter: alpha(opacity = 20);
}
.opacity1{
	opacity: 0.90; 
	filter: alpha(opacity = 90);
}
.floating .text{
	position: absolute; 
	top: 0; 
	width: 250px; 
	height: 64px; 
	color: #ff0000; 
	line-height: 64px; 
}
.floating .text .button{
	position: relative;
	float: right;
	top: 0px;
	right: 5px;
	width: 37px;
	height: 37px;
	background: url("/close.png") no-repeat;
	cursor: pointer;
}
.floating .text .title{
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}