.plug + .plug.ads {
	border-top-style: none;
	border-style-width: 0px;
	margin-top: 0;
	padding-top: 0;
}
.plug + .plug.ads > .ad:first-child {
	border-top: inherit;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 1ex;
	padding-top: 1ex;
}
.ads {
}
.ads + .ads,
.ad + .ads,
.ads + .ad {
	margin-top: 5px;
}
.ad {
	display: block;
	line-height: 0.0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
.ad + .ad {
	margin-top: 5px;
}
.ad iframe {
	overflow: hidden;
}
.ad > div > ins,
.ad > div > ins > ins,
.ad > div > div > ins,
.ad > div > div > ins > ins {
	border-spacing: 0;
}
.ad > div > div > img {
	/* prevents 1x1 tracking images from lengthening the ad block */
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
span.ad + .plug {
	margin-top: 5px;
}

.ad script {
	display: none;
}
.ad + .ad > * {
	/*margin-top: 5px;*/
}
.ad.empty {
	display: none;
}
.ad.unfilled {
	display: none;
}

.interstitial {
	background-image: url('/img/html5/black-op-65.png');
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	opacity: 1.0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 6000000;
}
.interstitial > .ad { /* 680x375 */
	left: 50%;
	margin: -187.5px 0 0 -340px;
	position: absolute;
	top: 50%;
}

.interstitial > a.clear {
	background-image: url('/img/html5/black-op-50.png');
	bottom: 50%;
	color: white;
	display: block;
	font-family: monospace;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 187.5px;
	margin-right: -340px;
	opacity: 1.0;
	padding: 4px;
	position: absolute;
	right: 50%;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 729px) {
	.interstitial > a.clear {
		font-size: 10pt;
		line-height:2.5em;
		padding: 4px 1.75em;
	}
}
@media (max-width: 553px) {
	.interstitial > .ad { /* 680x375 => 300x250 */
		margin-left: -150px;
	}
	.interstitial > a.clear {
		margin-right: -150px;
	}
}
.interstitial .dropshadow {
	display: block;
	margin-left: -359px;
	margin-top: -199px;
	left: 50%;
	position: absolute;
	top: 50%;
}
.interstitial.hidden {
	display: none;
	opacity: 0.0;
}

.interstitial.hidden.showing {
	display: block;
}