#adintop_banner {
			    position: inherit;
			    width: 300px;
			    margin: auto;
			    bottom: 0px;
			    right: 0;
			    left: 0;
			    z-index: 999099;
			}

			#adintop_close_ad
			{
				  display: none;
			    cursor: pointer;
			    top: 17px;
			    position: absolute;
			    z-index: 9999;
			    width: 20px;
			    height: 20px;
			    background: transparent;
			    border: 2px solid #c31e1e;
			    -moz-border-radius: 50%;
			    -webkit-border-radius: 50%;
			    border-radius: 50%;
			    position: relative;
			    cursor: pointer;
			    background: #fff;
					width: 30px;
					height: 30px;
					left: -46%;
			}

			#adintop_close_ad:before {
			        left: 50%;
				    top: 50%;
				    margin-left: -7px;
				    margin-top: -2px;
				    width: 12px;
				    height: 2px;
				    background-color: #c31e1e;
				    content: "";
				    position: absolute;
				    -moz-transform: rotate(45deg);
				    -ms-transform: rotate(45deg);
				    -webkit-transform: rotate(45deg);
				    transform: rotate(45deg);
			}


			#adintop_close_ad:after {
			        width: 12px;
				    height: 2px;
				    background-color: #c31e1e;
				    content: "";
				    left: 50%;
				    top: 50%;
				    margin-left: -7px;
				    margin-top: -2px;
				    position: absolute;
				    -moz-transform: rotate(-45deg);
				    -ms-transform: rotate(-45deg);
				    -webkit-transform: rotate(-45deg);
				    transform: rotate(-45deg);
			}



			#foxpush_video{
				left: 270px !important;
			}
