.yt-overlay {
	position: absolute;
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	top: 0;
	z-index: 100;
}
#YTPlayer {
	position: relative;
}
#yt-overlay {
	background: #000;
	position: absolute;
	min-height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	z-index: 100;
}

#YTPlayerContainer {
	left: 50%;
	margin-left: -338px;
	position: absolute;
	top: 15%;
	width: 730px \0/;
	width: 710px;
	z-index: 100;
	-webkit-transform: translateZ(0);
}

#YTPlayerCloseButton {
	width: 36px;
	height: 36px;
	cursor: pointer;
	background:url(images/yt-close-btn.png) 0px 0px no-repeat;
	position:absolute;
	top: -18px;
	right: 18px;
	z-index:500;
} 

#ie-wrapper {
	width: 674px;
	height: 394px;
	position: absolute; z-index:1;
	overflow: hidden;
}

#ie-wrapper iframe {
	position:relative;
	top:-1px;
	left:-1px;
}
 
 