.modal {
  display: none;

  position: fixed;
  top: 17%;
  left: 50%;
  z-index: 3000;
}

#player_block {
  margin-left: -284px;
  width: 568px;
  height: 429px;

  background: url('../i/player_body.png') center top no-repeat;

  color: #fff;
}

#mask {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	*position: absolute;
	left: 0pt;
	top: 0pt;
	z-index: 2999;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modal {
   position: absolute;
   top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



#close_btn {
	position: absolute;
	top: 5px;
	right: 85px;
}
#close_btn a {
	color: #710053;
	font-size: 12px;
	text-decoration: none;
}

#pause_btn {
	display: block;
	position: absolute;
	top: 192px;
	left: 17px;
	width: 44px;
	height: 43px;
	cursor: pointer;
}

#list {
	width: 770px;
	border:0;
}

#list div {
	cursor: move;
	width: 770px;
	height: 35px;
}

#status {
	position: absolute;
	left: 84px;
	top: 343px;
	font-size: 13px;
	color: #fff;
}

#timeline {
	position: absolute;
	bottom: 30px;
	left: 73px;
	width: 422px;
	height: 30px;
	background: #33092a;
}
#timeline ul {
	position: relative;
	margin: 3px 0 0 7px;
	float: left;
	padding: 0;
	list-style: none;
	height: 13px;
	border: 1px solid #fff;
	overflow: hidden;
}
#timeline li {
	float: left;
	height: 13px;
	cursor: pointer;
	z-index: 9999;
}
#timeline li span {
	display: block;
	width: 11px;
	background: #fff;
	font-size: 12px;
	line-height: 13px;
	color: #000;
	text-align: center;
}
#timeline li.a {
	background: url('../i/tml_a.png');
}
#timeline li.na {
	background: url('../i/tml_na.png');
}
#timeline li.p {
	background: url('../i/tml_p.png');
}
#timeline #alltime {
	position: absolute;
	top: 3px;
	right: 0;
	width: 25px;
	height: 13px;
	font-size: 11px;
	color: #fff;
}
#timeline #pointer {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 16px;
	height: 16px;
	background: url('../i/tml_arr.png');
}

.wrap {
	position: absolute;
	top: 26px;
	left: 82px;
	width: 400px;
	height: 300px;
}

.layer {
	position: absolute;
	width: 320px;
	height: 240px;
}

.disclaimer {
	margin-top: -10px;
	border: 3px solid silver;
	background-color: #CECECE;
	padding: 0 20px;
}
.disclaimer p {
	font-size: 11px;
}
.disclaimer span {
	color: #f00;
}
