/* Skin 1-2: Minimalist 1 & 2 */

.mejs-skin1 .mejs-controls div.mejs-playpause-button, .mejs-skin2 .mejs-controls div.mejs-playpause-button {
	display: none;
}

/* Mute & Unmute */
.mejs-skin1 .mejs-controls div.mejs-volume-button, .mejs-skin2 .mejs-controls div.mejs-volume-button {
	display: none !important;
}

/* Volume Slider */
.mejs-skin1 .mejs-controls a.mejs-horizontal-volume-slider, .mejs-skin2 .mejs-controls a.mejs-horizontal-volume-slider {
	display: none !important;
}

/* Full-Screen Button */
.mejs-skin1 .mejs-controls div.mejs-fullscreen-button, .mejs-skin2 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: -10px;
	right: 10px;
}

.mejs-skin1 .mejs-controls .mejs-fullscreen-button button, .mejs-skin2 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin1 .mejs-controls .mejs-unfullscreen button, .mejs-skin2 .mejs-controls .mejs-unfullscreen button {
	width: 16px;
	height: 16px;
	background: url('skin1_fullscreen.png') no-repeat !important;
	background-position: 0;
}


/* Progress Bar */
.mejs-skin1 .mejs-controls .mejs-time-rail, .mejs-skin2 .mejs-controls .mejs-time-rail span {
	display: none !important
}

.mejs-skin1 .mejs-controls .mejs-time-rail .mejs-time-float-corner, 
.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important;}

.mejs-skin1 .mejs-time-rail, .mejs-skin2 .mejs-time-rail, 
.mejs-skin1 .mejs-controls, .mejs-skin2 .mejs-controls  
{
	display: none !important;
}

.mejs-skin2 .mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 105px;
	margin: -50px 0 0 -40px;
	background: url('skin1_playpause.png') no-repeat;
}


/*************************************************************/

/* Skin 3 http://78.140.143.7/mejs/test2/ */

.mejs-skin3 .mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
}

.mejs-skin3 .me-plugin { position: absolute; }

.mejs-skin3 .mejs-container-fullscreen .mejs-mediaelement,
.mejs-skin3 .mejs-container-fullscreen video,
.mejs-skin3 .mejs-embed,
.mejs-skin3 .mejs-embed body,
.mejs-skin3 .mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-skin3 .mejs-embed,
.mejs-skin3 .mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mejs-skin3 .mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-skin3 .mejs-poster img { display: block; }

.mejs-skin3 .mejs-background,
.mejs-skin3 .mejs-mediaelement,
.mejs-skin3 .mejs-poster,
.mejs-skin3 .mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-skin3 .mejs-overlay-play { cursor: pointer; }

/* Controls Container */
.hentry .mejs-skin3.mejs-container .mejs-controls { /* wobfix */
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .8);
}

/* Controls Buttons */
.mejs-skin3 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: transparent url('skin3_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */
}

/* Specific fixes */
.mejs-skin3 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

/* Play & Pause Button */
.mejs-skin3 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 11px;
	left: 12px;
	width: 12px;
	height: 13px;
	background-position: 0 -29px;
}

.mejs-skin3 .mejs-controls .mejs-play button,
.mejs-skin3 .mejs-controls .mejs-pause button {
	width: 12px;
	height: 13px;
	border-radius: 0;
}

.mejs-skin3 .mejs-controls .mejs-pause button {
	background-position: -14px 0;
}

/* Mute & Unmute */
.mejs-skin3 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 11px;
	right: 133px;
}

.mejs-skin3 .mejs-controls .mejs-mute button,
.mejs-skin3 .mejs-controls .mejs-unmute button {
	width: 15px;
	height: 12px;
	background-position: -27px 0;
}

.mejs-skin3 .mejs-controls .mejs-unmute button {
	background-position: -43px 0;
}

/* Volume Slider */
.mejs-skin3 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 14px;
	right: 70px;
}

.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 77px;
	background: #b7b7b7 !important; /* wobfix */
	top: 0;/* wobfix */
}

.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background: #505050 !important; /* wobfix */
}

.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 6px;
}

/* Full-Screen Button */
.mejs-skin3 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 11px;
	right: 14px;
	width: 12px;
}

.mejs-skin3 .mejs-controls .mejs-fullscreen-button button /*,
.mejs-controls .mejs-unfullscreen button */{
	width: 12px;
	height: 12px;
	background-position: -58px 0;
}

.mejs-skin3 .mejs-controls .mejs-unfullscreen button { background-position: -71px 0; }

/* Progress Bar */
.mejs-skin3 .mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -5px;
	height: auto; /* wobfix */
	padding-top: 0;
}

.mejs-skin3 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-total { background-color: #505050 !important; margin: 0;} /* wobfix */

.mejs-skin3 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(183,183,183) !important; /* IE8- */ /* wobfix */
	background: rgba(183,183,183, .5) !important; /* wobfix */
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #b7b7b7 !important; /* wobfix */
}

/* Progress Bar Handle */
.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 5px;
	height: 5px;
	top: 0;
	background: url('skin3_controls.png');
	background-position: 0 25px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 28px;
	top: -30px;
	background: url('skin3_tooltip.png') no-repeat top left;
	border: none; /* wobfix */
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }


/*.mejs-skin3 .mejs-time-total { display: none !important;}*/

/*.mejs-container .mejs-controls .mejs-time {*/

	/* Skin 4 http://78.140.143.7/mejs/test3/ */

	/* Controls Container */
	.hentry	.mejs-skin4.mejs-container .mejs-controls {
		position: absolute;
		width: 100%;
		height: 45px;
		left: 0;
		bottom: 0;
		background: rgb(226,226,226); /* IE 8 */
		background: rgba(226,226,226, .9);
	}

	/* Controls Buttons */
	.mejs-skin4 .mejs-controls .mejs-button button {
		display: block;
		cursor: pointer;
		width: 29px;
		height: 29px;
		background: transparent url('skin4_controls.png');
		background-repeat: no-repeat;
	margin : 0; /* wobfix */

	}

	/* Specific fixes */
	.mejs-skin4 .mejs-time.mejs-duration-container { /* wobfix */
		display: none;
	}

	/* Play & Pause Button */
	.mejs-skin4 .mejs-controls div.mejs-playpause-button {
		position: absolute;
		top: 7px;
		left: 10px;
		width: 29px;
		height: 29px;
		background-position: 0;
	}

	.mejs-skin4 .mejs-controls .mejs-play button,
	.mejs-skin4 .mejs-controls .mejs-pause button {
		width: 29px;
		height: 29px;
	}

	.mejs-skin4 .mejs-controls .mejs-pause button {
		background-position: -30px 0;
	}

	/* Mute & Unmute */
	.mejs-skin4 .mejs-controls div.mejs-volume-button {
		position: absolute;
		top: 7px;
		right: 190px;
		height: 30px;
		width: 30px;
	}

	.mejs-skin4 .mejs-controls .mejs-mute button,
	.mejs-skin4 .mejs-controls .mejs-unmute button {
		width: 29px;
		height: 29px;
		background-position: 0 -30px;
	}

	.mejs-skin4 .mejs-controls .mejs-unmute button {
		background-position: -30px -30px;
	}

	/* Volume Slider */
	.mejs-skin4 .mejs-controls a.mejs-horizontal-volume-slider {
		position: absolute;
		cursor: pointer;
		top: 16px;
		right: 60px;
		width: 124px;
	}

	.mejs-skin4 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		width: 122px;
		background: #b7b7b7 !important; /* wobfix */
		border-radius: 39px !important;
		-moz-border-radius: 39px !important;
		-webkit-border-radius: 39px !important;
		border: 1px solid #7D7D7D;
		top: 0;/* wobfix */
		height: 10px;


	}

	.mejs-skin4 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
		position: absolute;
		width: 0;
		top: 1px;
		left: 1px;
		background: #e2e2e2 !important; /* wobfix */
		border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border: none;
		height: 10px;

	}

	.mejs-skin4 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.mejs-skin4 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	}

.mejs-skin4 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

	/* Full-Screen Button */
	.mejs-skin4 .mejs-controls div.mejs-fullscreen-button {
		position: absolute;
		top: 7px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.mejs-skin4 .mejs-controls .mejs-fullscreen-button button,
	.mejs-skin4 .mejs-controls .mejs-unfullscreen button {
		width: 29px;
		height: 29px;
		background-position: 0 -60px;
	}

	.mejs-skin4 .mejs-controls .mejs-unfullscreen button { background-position: -30px -60px; }

	/* Progress Bar */
	.mejs-skin4 .mejs-time-rail {
		height: auto; /* wobfix */
		padding-top: 0;
	}
	.mejs-skin4 .mejs-controls .mejs-time-rail span {
		position: absolute;
		display: block;
		cursor: pointer;
		height: 10px;
		top: 0;
		left: 0;
		width: 27px;
	}

	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-total {
		margin: 0 300px 0 0; /* sets the width of the progress bar */
		height: 10px;
		top: 16px;
		left: 48px;
		background: #c2c2c2 !important;
		border-radius: 39px;
		-moz-border-radius: 39px;
		-webkit-border-radius: 39px;
		border: 1px solid #7D7D7D;
	}

	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-loaded {
		background: rgb(183,183,183) !important; /* IE8- */
		background: rgba(183,183,183, .8) !important;
	}

	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-current {
		background-color: #e2e2e2 !important;
		border-radius: 39px 0 0 39px;
		-moz-border-radius: 39px 0 0 39px;
		-webkit-border-radius: 39px 0 0 39px;
		border: none;
	}

	/* Progress Bar Handle */
	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-handle {
		position: absolute;
		cursor: pointer;
		width: 10px;
		height: 12px;
		top: -1px;
		margin: 0;
		background: url('skin4_controls.png');
		background-position: 0 -90px;
		border : none;
	}

	/* Progress Bar Time Tooltip */
	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-float {
		position: absolute;
		display: none;
		width: 42px;
		height: 29px;
		top: -30px;
		background: url('skin4_tooltip.png') no-repeat top left;
		border: none; /* wobfix */
	}

	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-float-current {
		position: absolute;
		display: block;
		top: 4px;
		left: 8px;

		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		text-align: center;
	margin: 0;

	}

	.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }	

	/* Skin 5 http://78.140.143.7/mejs/test4/ */

.mejs-skin5 .mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-skin5 .mejs-poster img { display: block; }

.mejs-skin5 .mejs-background,
.mejs-skin5 .mejs-mediaelement,
.mejs-skin5 .mejs-poster,
.mejs-skin5 .mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

/* Controls Container */
.hentry .mejs-skin5.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background: rgb(217,217,217); /* IE 8 */
	background: rgba(217,217,217, .2);
}

/* Controls Buttons */
.mejs-skin5 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 41px;
	height: 41px;
	background: transparent url('skin5_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */

}

/* Specific fixes */
.mejs-skin5 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

.mejs-skin5 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

.mejs-skin5 .mejs-inner .mejs-overlay-button {
	display: none;
}

/* Play & Pause Button */
.mejs-skin5 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 41px;
	height: 41px;
	background-position: 0;
}

.mejs-skin5 .mejs-controls .mejs-play button,
.mejs-skin5 .mejs-controls .mejs-pause button {
	width: 41px;
	height: 41px;
}

.mejs-skin5 .mejs-controls .mejs-pause button {
	background-position: -42px 0;
}

/* Mute & Unmute */
.mejs-skin5 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 22px;
	right: 210px;
}

.mejs-skin5 .mejs-controls .mejs-mute button,
.mejs-skin5 .mejs-controls .mejs-unmute button {
	width: 19px;
	height: 17px;
	background-position: 0 -42px;
}

.mejs-skin5 .mejs-controls .mejs-unmute button {
	background-position: -20px -42px;
}

/* Volume Slider */
.mejs-skin5 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 21px;
	right: 88px;
	width: 110px;
	height: 19px;
}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 104px;
	height: 19px;
	top: 0;
	background: #898989 !important;
	border: 2px solid #000000;
}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 104px;
	top: 3px !important;
	left: 3px;
	background: url('skin5_controls.png') !important;
	background-repeat: repeat-x;
	background-position: 0 -116px !important;
	height: 13px;

}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	/*top: 0;*/
}

/* Full-Screen Button */
.mejs-skin5 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 37px;
	height: 20px;
}

.mejs-skin5 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin5 .mejs-controls .mejs-unfullscreen button {
	width: 37px;
	height: 27px;
	background-position: 0 -60px;
}

.mejs-skin5 .mejs-controls .mejs-unfullscreen button { background-position: -30px -60px; }

/* Progress Bar */
.mejs-skin5 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0 352px 0 0; /* sets the width of the progress bar */
	height: 19px;

	top: 21px;
	left: 70px;
	background-color: #898989 !important;
	border: 2px solid #000000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(183,183,183) !important; /* IE8- */
	background: rgba(183,183,183, .8) !important;
	height: 15px;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #47c2f3;
	height: 15px;
}

/* Progress Bar Handle */
.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 25px;
	top: -5px;
	margin: 0;
	background: url('skin5_controls.png');
	background-position: 0 -88px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 42px;
	height: 29px;
	top: -33px;
	background: url('skin5_tooltip.png') no-repeat top left;
	border: none; /* wobfix */
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 4px;
	left: 6px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;

}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }



	/* Skin 6 http://78.140.143.7/mejs/test5/ */

/* Controls Container */
.hentry	.mejs-skin6.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE 8 */
	background: rgba(0,0,0, .8);
}

/* Controls Buttons */
.mejs-skin6 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: transparent url('skin6_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */
}

.mejs-skin6 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

	.mejs-skin6 .mejs-time.mejs-currenttime-container { /* wobfix */
		display: none;
	}

/* Play & Pause Button */
.mejs-skin6 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 26px;
	height: 26px;
	background-position: 0;
}

.mejs-skin6 .mejs-controls .mejs-play button,
.mejs-skin6 .mejs-controls .mejs-pause button {
	width: 26px;
	height: 26px;
}

.mejs-skin6 .mejs-controls .mejs-pause button {
	background-position: -27px 0;
}

/* Mute & Unmute */
.mejs-skin6 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 10px;
	right: 133px;
}

.mejs-skin6 .mejs-controls .mejs-mute button,
.mejs-skin6 .mejs-controls .mejs-unmute button {
	width: 17px;
	height: 15px;
	background-position: -55px 0;
}

.mejs-skin6 .mejs-controls .mejs-unmute button {
	background-position: -74px 0;
}

/* Volume Slider */
.mejs-skin6 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 14px;
	right: 70px;
}

.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 77px;
	background: #555555 !important;
	top: 0;/* wobfix */

}

.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background-color: #797979 !important;
}

.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 6px;
}

/* Full-Screen Button */
.mejs-skin6 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mejs-skin6 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin6 .mejs-controls .mejs-unfullscreen button {
	width: 15px;
	height: 14px;
	background-position: -93px 0;
}

.mejs-skin6 .mejs-controls .mejs-unfullscreen button { background-position: -109px 0; }

/* Progress Bar */
.mejs-skin6 .mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 80%;
	left: 0;
	top: -10px;
	height: auto;
	padding-top : 0;
}

.mejs-skin6 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #555555 !important; margin:0;
}

.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(149,149,149) !important; /* IE8- */
	background: rgba(149,149,149, .5) !important;
}

.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #959595 !important;
}

/* Progress Bar Handle */
.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 10px;
	top: 0;
	left: 1px;
	background: url('skin6_controls.png');
	background-position: -71px -16px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 28px;
	top: -28px;
	background: url('skin6_tooltip.png') no-repeat top left;
	border: none; /* wobfix */

}

.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;
	width: 25px;

}

.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }

	/* Skin 7 http://78.140.143.7/mejs/test6/ */

/* Controls Container */
.hentry	.mejs-skin7.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE 8 */
	background: rgba(0,0,0, .6);
}

/* Controls Buttons */
.mejs-skin7 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: transparent url('skin7_controls.png');
	margin : 0; /* wobfix */
	background-repeat: no-repeat;
}

/* Play & Pause Button */
.mejs-skin7 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 15px;
	height: 15px;
	background-position: 0;
}

.mejs-skin7 .mejs-controls .mejs-play button,
.mejs-skin7 .mejs-controls .mejs-pause button {
	width: 15px;
	height: 15px;
}

.mejs-skin7 .mejs-controls .mejs-pause button {
	background-position: -16px 0;
}

/* Mute & Unmute */
.mejs-skin7 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 6px;
	right: 165px;
}

.mejs-skin7 .mejs-controls .mejs-mute button,
.mejs-skin7 .mejs-controls .mejs-unmute button {
	width: 15px;
	height: 15px;
	background-position: 0 -17px;
}

.mejs-skin7 .mejs-controls .mejs-unmute button {
	background-position: -20px -17px;
}

/* Volume Slider */
.mejs-skin7 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 13px;
	right: 95px;
}

.mejs-skin7 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 90px;
	height: 5px;
	background: #c4f9f9 !important;
	top: 0;
}

.mejs-skin7 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	background-color: #003663  !important;
	border: 1px solid #ffffff;
}
	
/* Full-Screen Button */
.mejs-skin7 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 5px;
	right: 10px;
}

.mejs-skin7 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin7 .mejs-controls .mejs-unfullscreen button {
	width: 19px;
	height: 19px;
	background-position: -33px 0;
}

.mejs-skin7 .mejs-controls .mejs-unfullscreen button { background-position: -55px 0; }

/* Progress Bar */
.mejs-skin7 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 7px;
	top: 0;
	left: 0;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0 250px 0 0; /* sets the width of the progress bar */
	height: 7px;
	top: 11px;
	left: 33px;
	background-color: #c4f9f9 !important;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,54,99) !important; /* IE8- */
	background: rgba(0,54,99, .8) !important;
	height: 5px;
	border: 1px solid #ffffff;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #003663 !important;
	height: 5px;
	border: 1px solid #ffffff;
}

/* Progress Bar Handle */
.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 9px;
	top: -1px;
	margin-left: 0;
	background: url('skin7_controls.png');
	background-position: -38px -21px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 29px;
	height: 20px;
	top: -22px;
	border: none; /* wobfix */
	background: url('skin7_tooltip.png') no-repeat top left;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 2px;
	left: 0px;
	width: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }

.mejs-skin7 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

	.mejs-skin7 .mejs-time.mejs-currenttime-container { /* wobfix */
		display: none;
	}

	.mejs-controls a.mejs-horizontal-volume-slider {
		text-decoration: none;
		border-bottom: none;
	}

	.hentry .mejs-container .mejs-controls {
		z-index: 3;
	}