.mejs-container.mejs-wmp {}
.mejs-wmp .mejs-controls {
	background:none;
	height: 30px;
}
.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background:#c7c7c7;
	height: 3px;
	_margin-top:-5px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#c7c7c7;
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 3px;
	background:#3b8be4;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background:none;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
	line-height:14px;
	font-family:arial;
}
.mejs-wmp .mejs-controls .mejs-playpause-button  {
	top: 0;
	left: 3px;
	margin: 10px 0 0 -20px;	
	width: 11px;
	height: 11px;	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 11px;
	height: 11px;
	background:url(../../../images/special/151031/play.png) no-repeat;
	margin: 0;
	padding: 0;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background:url(../../../images/special/151031/pause.png) no-repeat;
}
.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: -10px;
	right:-45px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: -10px;
	right: -77px;
	
}
.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 0;
	left: -52px;
	margin-right: -50px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/151031/volume.png) no-repeat;
	width: 20px;
	height: 15px;
	outline:none;
	border-right:1px #999 solid;
	padding-right:5px
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/151031/mute.png) no-repeat;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102,102,102,0.6);
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button  {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button  button {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}
.mejs-wmp .mejs-controls .mejs-time{ color:#999999;}
.mejs-wmp .mejs-controls a.mejs-horizontal-volume-slider{ float:none; position:absolute; right:15px; top:25px;}
.mejs-wmp .mejs-controls div.mejs-time-rail{ padding-top:0;}
.mejs-wmp .mejs-currenttime:after{ content:"/"; width:3px; height:14px; padding-left:5px;}
