.big-player { top: 17px; left: 83px; }

.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container {
	position: relative;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}


.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 48px;
	width: 437px;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	display: block;
	float: left;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 48px;
	width: 49px;
	border: 0;
	background: url(../images/player/button.png) no-repeat;
	outline: none;
}


/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-currenttime-container { position: absolute; left: 296px; top: 14px; width: 88px; color: #fff; text-align: center; font: bold 12px/12px Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; cursor: default; }

.mejs-duration-container { width: 88px; height: 20px; padding: 7px 0 0; margin: 10px 10px 0 0; text-align: center; color: #a9aaae; font: 9px/26px Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; border-radius: 4px;
background: #333;
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(131,131,131)), to(rgb(63,63,63)));
	background: -webkit-linear-gradient(top, rgb(131,131,131), rgb(63,63,63));
	background: -moz-linear-gradient(top, rgb(131,131,131), rgb(63,63,63));
	background: -o-linear-gradient(top, rgb(131,131,131), rgb(63,63,63));
	background: -ms-linear-gradient(top, rgb(131,131,131), rgb(63,63,63));
	background: linear-gradient(rgb(131,131,131), rgb(63,63,63));
	border: 1px solid #737474;
	cursor: default;
 }

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play { width: 57px; }
.mejs-controls .mejs-play button {
	background-position: 0 0;
}
.mejs-controls .mejs-pause { width: 57px; }
.mejs-controls .mejs-pause button {
	background-position: 0 -48px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	padding-top: 10px;
	margin-right: 10px;
}


.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	width: 200px; height: 27px; margin: 0;
	background: url(../images/player/tr.png) repeat-x;
	border: solid #959ca3; border-width: 0 1px;
}


.mejs-controls .mejs-time-rail .mejs-time-loaded {
	display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: url(../images/player/trc.png) repeat-x;
	width: 0;
	border-radius: 1px;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	
	display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}



/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */



/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-volume-button { display: none !important; }

.mejs-controls .mejs-mute button {
	background: none;
}

.mejs-controls .mejs-unmute button {
	background: none;
}



/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
	height: 27px;
	width: 43px;
	position: relative;
    display: block !important;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 10px;
	width: 43px;
	height: 27px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: url(../images/player/v.png) no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 10px;
	width: 43px;
	height: 27px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: url(../images/player/v.png) 0 -27px no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */




/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


.small-player { width: 61px; height: 65px; background: url(../images/player/small.png) no-repeat; }
.small-player .mejs-controls { width: 33px; height: 33px; top: 6px; left: 13px; }
.small-player .mejs-controls .mejs-button button { height: 33px; width: 33px; background: url(../images/player/small-ctrl.gif) no-repeat; }
.small-player .mejs-controls .mejs-play { width: 33px; }
.small-player .mejs-controls .mejs-play button { background-position: 0 0; }
.small-player .mejs-controls .mejs-pause { width: 33px; }
.small-player .mejs-controls .mejs-pause button { background-position: 0 -33px; }
.small-player .mejs-duration-container { display: none !important; }
.small-player .mejs-currenttime { display: none !important; }
.small-player .mejs-controls a.mejs-horizontal-volume-slider { display: none !important; }
.small-player .mejs-controls div.mejs-time-rail { display: none !important; }
