div.blocker, DIV.blocker {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:7999;
	cursor:wait;
	background-color:black;
/*
	opacity:.90;
	filter:alpha(opacity=90);
*/
}

iframe.video, IFRAME.video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8000;
	background-color:white;
}

div.vidbutton, DIV.vidbutton {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:8000;
}

div.vidbutton span, DIV.vidbutton SPAN {
	color:white;
	cursor:hand;
	cursor:pointer;
}
