/* GSL player */
.mejs-container.mejs-gsl {
	margin-bottom: 60px;
	margin-left: -17px;
	outline: 0;
}

.mejs-gsl .mejs-poster{
	background-color: #000;
}

.mejs-gsl .mejs-controls {
	background: #fff;
	height: 50px;
	margin-bottom: -50px;
	margin-left: 20px;
	width: 500px;
}

.mejs-gsl .mejs-controls div{
	margin-top: 15px;
}

.mejs-gsl .mejs-controls .mejs-time-rail{
	padding-top: 10px;
}

.mejs-gsl .mejs-controls .mejs-time-rail .mejs-time-total {
	height: 1px;
}

.mejs-gsl .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 1px;
	background: #777;
}

.mejs-gsl .mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	height: 1px;
}

.mejs-gsl .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
 	background-color: #ddd;
}

.mejs-gsl .mejs-button button { outline: 0 !important; }

.mejs-gsl .mejs-controls .mejs-play  button {
	width: 26px;
	height: 26px;
	background: url('../i/mejs-gsl-play.png') no-repeat 5px 5px;
	margin: 0;
	padding: 0;
}

.mejs-gsl .mejs-controls .mejs-pause button  {
	width: 26px;
	height: 26px;
	background-position: 0 -23px;
	background: url('../i/mejs-gsl-pause.png') no-repeat 5px 5px;
	margin: 0;
	padding: 0;
}

.mejs-gsl .mejs-controls .mejs-fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}

.mejs-gsl .mejs-controls .mejs-fullscreen-button  button {
	width: 13px;
	height: 10px;
	background: transparent url('../i/mejs-gsl-fullscreen.png') no-repeat;
	margin-top: 10px;
	padding: 0;
}

.mejs-gsl .mejs-controls .mejs-mute button {
	background: url('../i/mejs-gsl-mute.png') no-repeat;
	width: 13px;
	height: 12px;
	margin: 9px;
	padding: 0;
}

.mejs-gsl .mejs-controls .mejs-unmute button {
	background: url('../i/mejs-gsl-unmute.png') no-repeat;
	width: 13px;
	height: 12px;
	margin: 9px;
	padding: 0;
}

.mejs-gsl .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: none;
	margin-left: 4px;

}

.mejs-gsl  .mejs-controls .mejs-volume-button .mejs-volume-total {
	width: 1px;
	background-color: #787875;
}

.mejs-gsl  .mejs-controls .mejs-volume-button .mejs-volume-current {
	width: 1px;
	background-color: #C8C8C3;
}

.mejs-gsl  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	background: url('../i/mejs-gsl-volume.png') no-repeat;
	width: 11px;
	height: 11px;
	margin-left:2px;
}

.mejs-gsl .mejs-controls .mejs-currenttime-container  .mejs-currenttime{
	color: #C8C8C8;
}

.mejs-gsl .mejs-controls .mejs-duration-container .mejs-duration  {
	color: #C8C8C8;
}

.mejs-gsl .mejs-mediaelement .border-left,.mejs-gsl .mejs-mediaelement .border-right{
	position: absolute;
	top: 0px;
	z-index: 1;
}

.mejs-gsl .mejs-mediaelement .border-right{
	left: 520px;
}

.mejs-gsl .mejs-mediaelement iframe.me-plugin{
	width: 100%;
	height: 100%;
}

.mejs-gsl{
	opacity: 0;
}