/* CSS Document */

html,body {
	height:100%;
}
	.cover[class] {
		
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		background:#000000;
		width:100%;
		height:100%;
		z-index:999;
		/*-moz-opacity:.8;*/
	}

	.cover {
		display:none;
		position:absolute;
		top:expression( ( ignoreMe = document.documentElement.scrollTop)+'px' );
		left:0px;
		background:#000000;
		width:100%;
		height:100%;
		z-index:999;
		/*filter:alpha(opacity=80);
		opacity:.8;
		-khtml-opacity:.8;*/
	}

	.fade[class] {
		display:none;
		position:fixed;
		top:0px;
		background:transparent;
		z-index:1000;
	}
	
	.fade {
	
	display:none;
	position:absolute;
	top:expression( ( ignoreMe = document.documentElement.scrollTop)+'px' );
	background:transparent;
	z-index:1000;
	}
	
	.frame {width:1px;margin-bottom:192px;}	
	.movie_box{position:relative;}
	.close {position:absolute;z-index:10000;top:6px;cursor:pointer;display:none;width:25px;height:25px;}

