#floatAD {
						position: absolute;
						z-index: 99999;
					}

					#floatAD a {
						float: left;
					}

					#AD {
						position: relative;
					}

					.close {
						width: 20px;
						height: 20px;
						line-height: 20px;
						font-size: 13px;
						text-align: center;
						color: #1f7cb5;
						background-color: none;
						cursor: pointer;
						position: absolute;
						right: 0px;
						top: 6px;
					}