.video .subtitles,
.audio .subtitles {
	color: #ffffff;
	width: 520px;
	left: 0px;
	line-height: 37px;
	position: absolute;
	min-height: 37px;
/*	display: none; */
	background-color: rgba(0, 0, 0, 0.5);
}
.video .subtitles {
	bottom: 46px;
}
.audio .subtitles {
	bottom: 0px;
}
.subtitles p.subtitle,
#content .subtitles p.subtitle,
.subtitles div.explain-moise {
	color: #ffffff;
	margin: 0px;
	display: none;
	line-height: 20px;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
}
.subtitles div.explain-moise {
	display: block;
}
.glosr {
	display: none;
}

.word_moise {
	color: #ffffff;
}

.word_moise.is_active {
	border-bottom: 1px dotted white;
}

.word_moise.is_active:hover {
	cursor: pointer;
	font-style: italic;
}

.my-player {
	background: #000000;
	width: 520px;
	height: 350px;
	position: relative;
	float: left;
	z-index: 800;
}
.video .my-player {
	margin-bottom: 10px;
}
.audio .my-player {
	background: #ffffff !important;
	max-height: 85px !important;
}
.my-player video, .my-player audio {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.my-player table {
	width: 100% !important;
}
.my-player .debug {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 16px;
	color: #c5c5c5;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.video .my-player .debug {
	display: inline-block;
}
.my-player .controls {
	height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
.video .my-player .controls {
	bottom: 10px;
}
.audio .my-player .controls {
	top: 10px;
}
.my-player .controls td {
	vertical-align: middle;
	height: 30px;
    line-height: 30px;
}

.my-player .controls td.play-pause {
    width: 54px;
}
.my-player .controls td.seekbar {
	width: 298px;
}
.my-player .controls td.volume-control {
	width: 110px;
}
.my-player .controls td.full-highlight {
	width: 58px;
}


.my-player .controls td span.bt-container {
	display: block;
	cursor: pointer;
    height: 30px;
    line-height: 30px;
	margin: 0 5px;
	position: relative;
	background: #353535;
}
.my-player .controls td span.bar {
	border: 1px solid #9CA0A0;
	height: 14px;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 7px;
}
.my-player .controls td span.full {
	background : #32a4cf;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
}
/*
** Play-Pause
*/
.my-player .controls td.play-pause .bt-container {
	background: url("/img/web2.0/player/sprite-player.png") no-repeat scroll 3px -30px #353535;
}
.my-player .controls td.play-pause .bt-container.paused {
	background: url("/img/web2.0/player/sprite-player.png") no-repeat scroll 4px 0 #353535;
}

.my-player .controls td.play-pause .bt-container:hover {
	background-color: #32A4CF;
}
.my-player .controls td.play-pause .bt-container.paused:hover {
	background-color: #32A4CF;
}
/*
** Highlight
*/
.my-player .controls td.full-highlight .bt-container {
	background : url("/img/web2.0/player/sprite-player.png") no-repeat scroll 4px -210px #353535;
}

.my-player .controls td.full-highlight .bt-container:hover {
	background-color: #32A4CF;
}

/*
** Volume
*/
.my-player .controls td.volume-control .bt-container {
	background : url("/img/web2.0/player/sprite-player.png") no-repeat scroll 0px -60px #353535;
	cursor: default;
}
.my-player .controls td.volume-control .full {
	max-width: 56px;
}
.my-player .controls td.volume-control .bar {
	width: 58px;
}
/*
** Seek
*/
.my-player .controls td.seekbar .bt-container {
	cursor: default;
}
.my-player .controls td.seekbar .buffer {
	background : #6B6F70;
	height: 14px;
	position: absolute;
	width: 0px;
	top: 0px;
	left: 0px;
	max-width: 276px;
}
.my-player .controls td.seekbar .full {
	max-width: 274px;
}
.my-player .controls td.seekbar .bar {
	width: 276px;
}


.my-player .controls td.seekbar .current-time,
.my-player .controls td.seekbar .max-time {
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	top: 1px;
	color: #ffffff;
	position: absolute;
	z-index: 30;
}
.my-player .controls td.seekbar .current-time {
	left: 1px;
}
.my-player .controls td.seekbar .max-time {
	right: 1px;
}



/*



.my-player .seek-bar .timeline {
	display: inline-block;
	position: relative;
	width : 100%;
	height: 14px;
	border: 1px solid #9ca0a0;
	cursor: pointer;
}


.my-player .full {
	display: block;
	background : #32a4cf;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	max-width: 98% !important;
}
.my-player .timeline .buffer {
	display: block;
	background : #6B6F70;
	height: 14px;
	max-width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
}


.my-player .timeline .full {
	z-index: 20;
	width:0px;
//	max-width: 288px;
}
.my-player .volume .full {
	z-index: 20;
//	max-width: 58px;
}

*/

.highlight-overlay{
	display:none;
	position: absolute;
	z-index :800;
	background: #000;
	opacity : 0.8;
}

.content-options{z-index: 1200;}

.explain-moise{
	font-size : 12px;
}