/* TZW player */
.mejs-container.mejs-tzw {

}
.mejs-tzw .mejs-controls {
	/*background: #ffff00;*/
    background: url(controls_bg.png) repeat;
	height: 30px;
}
/**/
.mejs-tzw .mejs-button,
.mejs-tzw .mejs-time {
	position: absolute;
	background: #25caff;
}
/*进度*/
.mejs-tzw .mejs-controls .mejs-time-rail {
    position: absolute;
    /*right: 220px;*/
    left:0;
    top:-12px;
}
/*进度*/
.mejs-tzw .mejs-controls .mejs-time-rail .mejs-time-total {
    /*background-color: none;*/
    background: url(controls-tzw.png) repeat-x 0 -62px;
    height: 8px;
}
/*下载进度*/
.mejs-tzw .mejs-controls .mejs-time-rail .mejs-time-loaded {
	/*background-color: none;*/
	background: url(controls-tzw.png) repeat-x 0 -80px;
	width: 0;
	height: 8px;
}
/*播放进度*/
.mejs-tzw .mejs-controls .mejs-time-rail .mejs-time-current {
	/*background-color: none;*/
	background: url(controls-tzw.png) repeat-x 0 -71px;
    width: 0;
    height: 8px;
}
/*进度控制*/
.mejs-tzw .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
    position: absolute;
    z-index:900;
	margin: 0;
    left:2px;
	width: 16px;
	height: 30px;
	top: -12px;
	border: 0;
	background: url(controls-tzw.png) no-repeat -160px -31px;
}
/**/
.mejs-tzw .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
/*暂停 按钮*/
.mejs-tzw .mejs-controls .mejs-playpause-button  {
	/*top: 29px;*/
	left: 0;
	width: 79px;
	height: 30px;
}
/*暂停 按钮*/
.mejs-tzw .mejs-controls .mejs-playpause-button  button {
    width: 79px;
    height: 30px;

	background: url(controls-tzw.png) no-repeat -0px -31px;
	margin: 0;
	padding: 0;
}
/*暂停 按钮*/
.mejs-tzw .mejs-controls .mejs-pause button  {
	background-position: -80px -31px;
}
/*全屏*/
.mejs-tzw .mejs-controls .mejs-fullscreen-button  {
	/*top: 30px;*/
    /*position: absolute;*/
	right: 0;
	width: 90px;
	height: 30px;
	background : none;
}
/*全屏*/
.mejs-tzw .mejs-controls .mejs-fullscreen-button  button {
    width: 90px;
    height: 30px;
	background: transparent url(controls-tzw.png) no-repeat -84px 0;
	margin: 0;
	padding: 0;
}
/*全屏*/
.mejs-tzw .mejs-controls .mejs-unfullscreen  button {
	background: transparent url(controls-tzw.png) no-repeat -84px 0;
	margin: 0;
	padding: 0;
}
/*声音*/
.mejs-tzw .mejs-controls .mejs-volume-button  {
	/*top: 30px;*/
    /*position: absolute;*/
	right: 90px;
	width: 35px;
	height: 30px;
}
/*声音 静音*/
.mejs-tzw .mejs-controls .mejs-mute button {
	background: url(controls-tzw.png) no-repeat -48px 0;
	width: 35px;
	height: 30px;
	margin: 0;
	padding: 0;
}
/*声音*/
.mejs-tzw .mejs-controls .mejs-unmute button {
	background: url(controls-tzw.png) no-repeat -12px 0;
	width: 35px;
	height: 30px;
	margin: 0;
	padding: 0;	
}
/*声音*/
.mejs-tzw  .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	/*border: solid 1px #aaa;*/
	/*border-width: 1px 1px 0 1px;*/
	width: 22px;
	height: 65px;
	top: -65px;
}
/*声音*/
.mejs-tzw  .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(controls-tzw.png) repeat-y -41px -66px;
	left: 12px;
	width: 6px;
	height: 50px;
}
/*声音*/
.mejs-tzw  .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 12px;
	width: 6px;	
	background: url(controls-tzw.png) repeat-y -48px -66px;
	height: 50px;
}
/*声音*/
.mejs-tzw  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}
/*时间 窗口小隐藏*/
.mejs-tzw .mejs-controls .mejs-time span {
	/*color: #333;*/
}
/*时间 当前*/
.mejs-tzw .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 8px;
	right: 160px;
	/*border: solid 1px #999;*/
	/*background: #fff;*/
	/*color: #333;*/
	/*padding-top: 2px;*/
	/*border-radius: 3px;*/
	/*color: #333;*/
    color: white;
}
/*时间 总体*/
.mejs-tzw .mejs-controls .mejs-duration-container  {

	position: absolute;
	top: 8px;
	right: 130px;
	/*border: solid 1px #999;*/
	/*background: #fff;*/
	/*color: #333;*/
	/*padding-top: 2px;*/
	/*border-radius: 3px;*/
	/*color: #333;*/
    color: white;
}
/*时间*/
.mejs-tzw .mejs-controls .mejs-time  button{
	/*color: #333;*/
}

.mejs-tzw .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: TZW player */
