.floatingad .ad{
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}
.floatingad a{
	color:#000000; 
	display: inline-block;
	text-decoration: none;
}
.floatingad a img{
	border: 0;
}
.floatingad .close{
	display: none;
}
.floatingad .opacity{
	position: absolute; 
	bottom: -13px; 
	width: 100%; 
	height: 13px; 
	background-image:;
	background-repeat:no-repeat;
	background-position:0 0;
	opacity: 0.20; 
	
}
.opacity1{
	opacity: 0.90; 
	filter: alpha(opacity = 90);
}
.floatingad .text{
	position: absolute; 
	bottom: -13px; 
	width: 100%; 
	height: 13px; 
	color: #000000; 
	line-height: 25px; 
	
}
.floatingad .text .button{
	position: relative;
	float: right;
	bottom: 0px;
	right: 5px;
	width: 16px;
	height: 16px;
	
	cursor: pointer;
}
.floatingad .text .title{
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}