.mejs-container.mejs-wmp {}
.mejs-wmp .mejs-controls {
	background:none;
	height: 65px;
}
.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: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;	
	width: 40px;
	height: 40px;	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	background:url(../../../images/special/150401/play.png) no-repeat;
	margin: 0;
	padding: 0;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background:url(../../../images/special/150401/pause.png) no-repeat;
}
.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -115px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -70px;
}
.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 32px;
	right: 50%;
	margin-right: -50px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/150401/volume.png) no-repeat;
	width: 20px;
	height: 15px;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/150401/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:#fff;}
.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;}
