.mejs-container.mejs-wmp {}
.mejs-wmp .mejs-controls {
	background:none;
	height: 45px;
}
.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background:#b6b6b6;
	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:#fff;
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 3px;
	background:#f5423f;
}
.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: 5px 0 0 -20px;	
	width: 40px;
	height: 40px;	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	background:url(../../../images/special/150814/play.png) no-repeat;
	_background:url(../../../images/special/150814/play_ie6.png) no-repeat;
	margin: 0;
	padding: 0;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background:url(../../../images/special/150814/pause.png) no-repeat;
	_background:url(../../../images/special/150814/pause_ie6.png) no-repeat;	
}
.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -130px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -80px;
}
.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 26px;
	right: 50%;
	margin-right: -60px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/150814/volume.png) no-repeat;
	_background: url(../../../images/special/150814/volume_ie6.png) no-repeat;
	width: 20px;
	height: 15px;
	outline:none;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(../../../images/special/150814/mute.png) no-repeat;
	_background: url(../../../images/special/150814/mute_ie6.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;
	background: url(../../../images/special/150814/controls-wmp.png) no-repeat -63px 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:19px;}
.mejs-wmp .mejs-controls div.mejs-time-rail{ padding-top:0;}
.mejs-wmp .mejs-currenttime:after{ content:"/"; width:3px; height:14px; padding-left:10px;}
