.floatingAd .ad
{
	padding: 0;
	margin: 0;
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
	width:  136px; 
}
.floatingAd a{	
	display: inline-block;
	text-decoration: none;
}
.floatingAd a img{
	border: 0;
}
.floatingAd .close{
	display: none;
}
.floatingAd .opacity{
	position: absolute; 
	top: 0; 
	width:  160px;  
	height: 25px; 
	opacity: 0.20; 
	filter: alpha(opacity = 20);
}
.opacity1{
	opacity: 0.90; 
	filter: alpha(opacity = 90);
}
.floatingAd .text{
	position: absolute; 	
	bottom: 0; 
	width:  136px; 
	height: 16px; 
	line-height: 16px; 
	padding: 0;
	margin: 0;
}
.floatingAd .text .button{
	position: relative;
	float: right;
	bottom: 0px;
	right: 2px;
	width: 47px;
	height: 14px;
	background: url("../images/gb.gif") no-repeat;
	cursor: pointer;
}
.floatingAd .text .title{
	position: relative;
	float: left;
	display:none;	
	width: 136px; 
	font-size: 12px;
	margin-left: 0px;
}
#ctl14_ctl02_PanelCloumn h3{ font-size:18px}