/* Blue Chilli Player Skin */
.mejs-container.mejs-stdVideoSkin{}

.mejs-stdVideoSkin .mejs-controls{
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height:30px;
}
.mejs-stdVideoSkin .mejs-button,
.mejs-stdVideoSkin .mejs-time{
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mejs-stdVideoSkin .mejs-controls .mejs-time-rail .mejs-time-total{
	background:none;
}
.mejs-stdVideoSkin .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background-color:none;
	background:url(../images/icons/videoIcons/controls-ted.png) repeat-x 0 -47px;
	width:0;
	height:10px;
}
.mejs-stdVideoSkin .mejs-controls .mejs-time-rail .mejs-time-current{
	width: 0;
	height: 10px;
	background-color: none;
	background: url(../images/icons/videoIcons/controls-ted.png) repeat-x 0 -57px;
}

.mejs-stdVideoSkin .mejs-controls .mejs-playpause-button{
	
}
.mejs-stdVideoSkin .mejs-controls .mejs-playpause-button button{
	/*Play Button*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-pause button{
	/*Chage bg position to change it to pause*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-fullscreen-button{
	/*fullscreen button*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-fullscreen-button button{
	/*fullscreen button*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-volume-button{
	/*volume button*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-mute button{
	/*Volume mute*/
}
.mejs-stdVideoSkin .mejs-controls .mejs-unmute button{
	/*unmute button*/
}

/*
.mejs-stdVideoSkin .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-stdVideoSkin .mejs-controls .mejs-volume-button .mejs-volume-total{
	background: url(../images/icons/videoIcons/controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-stdVideoSkin .mejs-controls .mejs-volume-button .mejs-volume-current{
	left: 8px;
	width: 6px;	
	background: url(../images/icons/videoIcons/controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}
.mejs-stdVideoSkin .mejs-controls .mejs-volume-button .mejs-volume-handle{
	display: none;
}

.mejs-stdVideoSkin .mejs-controls .mejs-time span{
	color: #333;
}
.mejs-stdVideoSkin .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-stdVideoSkin .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-stdVideoSkin .mejs-controls .mejs-time  button{
	color: #333;
}
.mejs-stdVideoSkin .mejs-controls .mejs-captions-button{
	display: none;
}*/


/* END: Blue Chilli player */