/* TED player */
.mejs__container{
	background:transparent;
}
.mejs__container.mejs-ted {
	width: 490px !important;
}
.mejs-ted .mejs__controls {
	background: url(player-bkg.jpg) repeat-x 0 0 #2288cc;
	border-radius: 3.5em 10px 10px 3.5em;
	height: 72px;
}

.mejs-ted .mejs__button,
.mejs-ted .mejs__time {
	position: absolute;
	background: transparent;
}
.mejs__overlay-button {
	display: none !important;
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-total {
	background-color: none;
	background: url(../img/controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-buffering {
	height: 6px;
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-loaded {
	background-color: none;
	background: url(../img/controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(../img/controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-handle  {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(../img/controls-ted.png) no-repeat 0 0;	
}
.mejs-ted .mejs__controls .mejs__time-rail .mejs__time-float {	
	display: none;
}
.mejs-ted .mejs__controls .mejs__playpause-button  {
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
}
.mejs-ted .mejs__controls .mejs__playpause-button  button {
	width: 72px;
	height: 72px;
	background: url(../img/controls-ted.png) no-repeat -100px 0;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs__controls .mejs__pause button  {
	background-position: -172px 0;
}

.mejs-ted .mejs__controls .mejs__fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}
.mejs-ted .mejs__controls .mejs__fullscreen-button  button {
	width: 19px;
	height: 17px;
	background: transparent url(../img/controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs__controls .mejs__unfullscreen  button {
	background: transparent url(../img/controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs__controls .mejs__volume-button  {
	top: 25px;
	right: 35px;
	width: 24px;
	height: 22px;
}
.mejs-ted .mejs__controls .mejs__mute button {
	background: url(../img/controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs__controls .mejs__unmute button {
	background: url(../img/controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}
.mejs-ted  .mejs__controls .mejs__volume-button .mejs__volume-slider {
	background: #fff;
	border: solid 1px #ff8800;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
	left:1px;
}
.mejs-ted  .mejs__controls .mejs__volume-button .mejs__volume-total {
	background: url(../img/controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-ted  .mejs__controls .mejs__volume-button .mejs__volume-current {
	left: 0px;
	width: 6px;	
	background: url(../img/controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted  .mejs__controls .mejs__volume-button .mejs__volume-handle {
	display: none;
}

.mejs-ted .mejs__controls .mejs__time span {
	color: #333;
}
.mejs-ted .mejs__controls .mejs__currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs__controls .mejs__duration-container  {

	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs__controls .mejs__time  button{
	color: #333;
}
.mejs-ted .mejs__controls .mejs__captions-button {
	display: none;
}
/* END: TED player */


/* WMP player */
.mejs__container.mejs__wmp {

}
.mejs__wmp .mejs__controls {
	background: transparent url(../img/controls-wmp-bg.png) center 16px no-repeat;
	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-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}
.mejs__wmp .mejs__controls .mejs__time-rail .mejs__time-buffering {
	height: 3px;
}
.mejs__wmp .mejs__controls .mejs__time-rail .mejs__time-loaded {
	background-color: rgba(255,255,255,0.3);
	width: 0;
	height: 3px;
}
.mejs__wmp .mejs__controls .mejs__time-rail .mejs__time-current {
	width: 0;
	height: 1px;
	background-color: #014CB6;
	border: solid 1px #7FC9FA;
	border-width: 1px 0;
	border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs__wmp .mejs__controls .mejs__time-rail .mejs__time-handle  {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(../img/controls-wmp.png) no-repeat 0 -80px;	
}
.mejs__wmp .mejs__controls .mejs__time-rail .mejs__time-float {	
	display: none;
}
.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(../img/controls-wmp.png) no-repeat 0 0;	
	margin: 0;
	padding: 0;
}
.mejs__wmp .mejs__controls .mejs__pause button  {
	background-position: 0 -40px;
}

.mejs__wmp .mejs__controls .mejs__currenttime-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}
.mejs__wmp .mejs__controls .mejs__duration-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}


.mejs__wmp .mejs__controls .mejs__volume-button  {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}
.mejs__wmp .mejs__controls .mejs__volume-button button {
	margin: 0;
	padding: 0;
	background: url(../img/controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}
.mejs__wmp .mejs__controls .mejs__unmute button {
	margin: 0;
	padding: 0;
	background: url(../img/controls-wmp.png) no-repeat -42px 0;
	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(../img/controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}
.mejs__wmp .mejs__controls .mejs__captions-button {
	display: none;
}
/* END: WMP player */

.mejs__time,
.mejs__time-rail,
.mejs__fullscreen-button{
	display:none !Important;
}


