	#floating_ad {
		margin: 0 0 5px 0;
		padding: 0;
		color: #FF0000;
		opacity: 0.92;
		position: fixed;
		top: 10%;
		width: 550px;
		right: 0;
		font-family: Arial;
		direction:rtl;
	}
	#floating_ad a.closead {
		float: left; 
		position: relative; 
		top: 4px;
		color:red;
		text-decoration: none;
		margin:-7px auto 10px 40px;
	}			
	#floating_ad_content {
		padding: 0 20px 0 0;
		background-color: #000; text-align:right; height:290px; text-align:right; border-left:solid 1px white;
	}
	#floating_ad_content img {
		border:0; margin:0; padding:0; float:right;
	}
	#floating_ad_content h3 {
		font-size: 17px; margin:2px 0 3px 0; font-family:Arial; color:red; float:right;
	} 
	#floating_ad_content p {
		font-size: 12px; margin:5px 10px 0px 0; padding:0; font-family:Arial; color:white; text-align:justify; 
		width:490px; float:right;
	}
	#floating_ad_top {
		background: url("/images/corner.png") no-repeat left top;
	}
	#floating_ad_top div, #floating_ad_bottom div {
		height: 25px;
		font-size: 18px;
		color: #FF0000;
	}
	
	#floating_ad_bottom {
		background: url("/images/corner.png") no-repeat left bottom;
	}

