
#filmModal{
	position:fixed;
	height:100%; /* Just the default. jB changes this */
	width:100%; /* This remains the same */
	top:0;
	bottom:0;
	background:#000; /* this is the usual color but is changeable */
	z-index:9998;
}

* html #filmModal { position:absolute; left:0px; bottom:0px; height:100%; width:100%; z-index:100; }

#filmInterface{
	position:fixed;
	background:none; 
	z-index:9999;
	margin:auto;
	left:50%;
	top:50%;
	display:block;
	overflow:visible;
	margin-left:-372px;
	margin-top:-280px;
}

* html #filmInterface {
	position:absolute;
}

#filmContent {
	border:solid 1px #666;
	background:#000; /* this is the usual color but is changeable */
	display:block;
	width:745px;
	height:552px;
}

#filmClose{
	text-decoration:none;
	color:#fff;
	display:block;
	height:16px;
	margin-bottom:5px;
	font-size:12px;
	cursor:pointer;
}