#anitubeBoxOverlay {
	display: none;
	z-index: 10000;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -140px;
	background-color: #FFF;
	padding: 7px 12px 12px 7px;
}
#anitubeBoxOverlay #linkCloseBox {
	display: none;
	z-index: 10001;
	width: 36px;
	height: 36px;
	background: url('boxAdClose.png') no-repeat;
	position: absolute;
	right: -18px;
	top: -18px;
}

#anitubeBoxOverlay #overlayBoxLoader {
	display: none;
	width: 300px;
	height: 5px;
	margin-top: 5px;
	margin-left: 6px;
	text-align: left;
}

#anitubeBoxOverlay #overlayBoxLoader #overlayLoader {
	display: block;
	width: 0%;
	height: 100%;
	background-color: #900;
}

#anitubeBannerOverlay {
	display: none;
	z-index: 10000;
	width: 728px;
	height: 90px;
	background-color: #FFF;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -364px;
}

#anitubeBannerOverlay #linkCloseBanner {
	display: block;
	z-index: 10001;
	width: 15px;
	height: 15px;
	background: url('bannerAdClose.png') no-repeat;
	position: absolute;
	right: -7px;
	top: -7px;
}