/* CSS Document */
#thewindowbackground{
	background-color: rgb(0, 0, 0);
	left: 0px; 
	top: 0px; 
	opacity: 0.7; 	
	z-index: 99;
	width:auto;
	position:absolute;
	display:none;
	filter: alpha(opacity=70);
}
#ad_zone_TV{z-index:1000}
#Banner-Popup{
	margin:auto;
	min-width:400px;
	min-height:270px;
	z-index: 1000;
	position:absolute;
	display:none;
	right: 5px !important;
	bottom: 5px !important;
}

#Button-Close{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
	z-index: 101;
	cursor:pointer;
}
 