.floatingAd .ad {
	z-index: 100;
	position: absolute;
	backgroud-color: #58A8E9;
}

.contentBox{
    background:url(../images/timg.jpg) no-repeat;
    background-size: 260px 200px;
    word-break:break-all;
    text-indent:2em;
    margin-top:25px;
    border-radius:0px 0px 5px 5px;
    line-height: 30px;
}

.contentBox span{
	font-size: 24px !important;
}

.floatingAd a {
	color: #58A8E9;
	display: inline-block;
	text-decoration: none;
}

.floatingAd a img {
	border: 0;
}

.floatingAd .close {
}

.floatingAd .opacity {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: #58A8E9;
	/* opacity: 0.20; */
	/* filter: alpha(opacity=20); */
	border-radius:5px 5px 0px 0px;
}

.opacity1 {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.floatingAd .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	color: #000000;
	line-height: 25px;
	backgroud-color: #58A8E9;
	
}

.floatingAd .text .button {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../images/ico_delete.gif") no-repeat;
	cursor: pointer;
}

.floatingAd .text .fTitle {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight:bold;
	margin-left: 5px;
}