.floatingAd .ad {
	display: none; position: absolute; z-index: 100;
}
.floatingAd a {
	color: rgb(0, 0, 0); text-decoration: none; display: inline-block;
}
.floatingAd a img {
	border: 0px currentColor;
}
.floatingAd .close {
	display: none;
}
.floatingAd .opacity {
	top: 0px; width: 100%; height: 25px; filter: alpha(opacity = 20); position: absolute; opacity: 0.2; background-color: rgb(0, 0, 0);
}
.opacity1 {
	filter: alpha(opacity = 90); opacity: 0.9;
}
.floatingAd .text {
	top: 0px; width: 100%; height: 25px; color: rgb(0, 0, 0); line-height: 25px; position: absolute;
}
.floatingAd .text .button {
	background: url("../images/close.png") no-repeat; top: 5px; width: 16px; height: 16px; right: 5px; float: right; position: relative; cursor: pointer;
}
.floatingAd .text .title {
	font-size: 12px; margin-left: 5px; float: left; position: relative;
}
