#transitionAd_overlay {
	position: fixed;
	z-index: 2147483646;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/* IE 5-7 */
	filter: alpha(opacity=75);
	/* Netscape */
	-moz-opacity: 0.75;
	/* Safari 1.x */
	-khtml-opacity: 0.75;
	/* Good browsers */
	opacity: 0.75;
}

#transitionAd_container {
	display: none;
	position: fixed;
	z-index: 2147483647;
	width: 720px;
	height: 540px;
	border: 1px solid #888;
	padding: 5px;
	background: white;
}

#transitionalAd_counter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2147483647;
	padding: 3px;
	background: white;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 9px;
}

#transitionalAd_counter span {
	font-size: 10px;
	font-weight: bold;
}

#transitionAd_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2147483647;
	border: 1px solid black;
	padding: 5px;
	background: #888;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

#transitionAd_close:hover {
	background: #000;
}

#transitionAd_close:active {
	background: #FFF;
	color: #000;
}