/*******************************/
.Media_Stage_Mask {
	/*height:242px;*/
	overflow:hidden;
	position:relative;
	width:100%;
}

.Video_Wrapper {
	/*height:261px;*/
	margin-top:-44px;
	margin-bottom:-20px;
	overflow:hidden;
	color:#ffffff;
	background-color:Black;
	width:100%;
	position:relative;
}

.Video_Wrapper .Hidden {
	width:0;
	height:0;
}

.Video_Wrapper p {
	margin:25% 1em 0;
	text-align:center;
}
.Video_Wrapper a {color:#ffffff;}

.VideoControls {
	position:absolute;
	bottom:20px;
	left:0;
	background:#000000 url('shell_playercontrols_background.gif') repeat-x 50% top;
	height:24px;
	width:100%;
	/*width:50%;*/
}

.VideoControls .Left {
	width:50px;
	padding:0 5px;
}
.VideoControls .Middle {
	padding:0 5px;
}
.VideoControls .Right {
	width:30px;
	padding:0 5px;
}

.VideoControls .PausePlay,
.VideoControls .Rewind,
.VideoControls .MuteUnMute {
	display:block;
	height:17px;
	background-position:50% top;
	background-repeat:no-repeat;
	text-indent:-9000px;
	margin:0;
}
.VideoControls .PausePlay:hover,
.VideoControls .Rewind:hover,
.VideoControls .MuteUnMute:hover {
	background-position:50% -17px;
}

.VideoControls .Rewind {
	background-image:url('shell_playercontrols_rew.gif');
	width:25px;
	float:left;
}

.VideoControls .PausePlay {
	background-image:url('shell_playercontrols_play.gif');
	width:25px;
	float:left;
}

.VideoControls .MuteUnMute {
	background-image:url('shell_playercontrols_unmute.gif');
	width:25px;
	float:right;
}

.VideoControls .Progress {
	height:9px;
	border:solid 1px #a29773;
	background-color:#4b401c;
	position:relative;
}

.VideoControls .Progress .Wrapper {
	position:absolute;
	top:1px;
	right:1px;
	bottom:1px;
	left:1px;
}

.VideoControls .Progress .Play,
.VideoControls .Progress .Buffer {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.VideoControls .Progress .Play {
	background-color:#8c815d;
	width:0;
	z-index:100;
}
.VideoControls .Progress .Buffer {
	background-color:#6f6440;
	width:0;
	z-index:50;
}
/*******************************/