@charset "utf-8";
/* CSS Document */
/*-------------video Player styles------------------*/
#tv_videoplayer {
	margin: 65px 50px 50px 20px;
	width: 608px;
	height: 337px;
}
#carouselFrame {
	width: 990px;
	height: 505px;
}
#adVideoPopupFade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.adVideoPopup_block {
	display: none;
	padding: 0;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
}
/*--Making IE6 Understand Fixed Positioning--*/
			*html #adVideoPopupFade {
	position: absolute;
}
*html .adVideoPopup_block {
	position: absolute;
}
#adVideoPopup1 {
	height: 505px;
}
			/*---------------end of video Player styles--------------*/
