/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Hi Resolution Video Settings <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#hrv_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display:none;
}

.hrv_overlay_bg { /* Has the IE 6 .png transparency filter hack applied in main doc */
	background-color:#000;
	/*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
	background: url(../../../../live/v1/img/hires/hires_overlay_bg2.png) repeat-x top left;
}

* html #hrv_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#hrv_innerwrap {
	width:100%; height:100%;
}

#hrv_player_wrap {
	position:absolute;
	top:90px;
	left:50%;
	width:700px;
	height:455px;
	margin-left:-350px;
	background: url(../../../../live/v1/img/hires/player_temp_bg.gif) no-repeat top left;
}

#hrv_player {
	position:absolute;
	top:20px;
	left:25px;
	width:626px;
	height:417px;
	background-color: #dedede;
}

#hrv_closebox {
	position:absolute;
	top:20px;
	left:656px;
}

#hrv_closebox img#closebox {
	border-width:0;
	width:26px;
	height:30px;
}