.mejs__container.mejs-copper {

}

div[id^="video"] .mejs-copper .mejs__controls {
	background: url(Sprites/control-copper.png) 0 0;
	height: 30px;
	bottom: -30px;
}

div[id^="audio"] .mejs-copper .mejs__controls {
	background: url(Sprites/control-copper.png) 0 0;
	height: 30px;
	bottom: 0;
}

div[id^="vid"] .mejs-copper .mejs__controls {
	background: url(Sprites/control-copper.png) 0 0;
	height: 30px;
	bottom: -30px;
}

div[id^="sndtobj"] .mejs-copper .mejs__controls {
	background: url(Sprites/control-copper.png) 0 0;
	height: 30px;
	bottom: 0;
}

.mejs-copper .mejs__time-slider{
	top:10px;
}

.mejs-copper .mejs__controls .mejs__time{
	margin: 9px 2px 0px 5px;
}

.mejs-copper .mejs__controls .mejs__time-rail {
	margin: 2px 5px 0px 10px;
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-total {
	background: #383838;
	background: rgba(0,0,0,0.6);
	height: 6px;
    top: 5px
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-buffering {
	height: 6px;
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-loaded {
	background: #4F2929;
	background: rgba(79,41,41,0.3);
	height: 6px;
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-current {
	background: #00ff00;
	height: 6px;
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-handle  {
	display: block;
	border-radius: 5px;
	border: solid 2px #333;
	margin: 0;
	width: 8px;
	height: 16px;
	top: -4px;
	left: -4px;
	background:  url(Sprites/control-copper.png) no-repeat -30px -90px;	
}
.mejs-copper .mejs__controls .mejs__time-rail .mejs__time-float {	
	display: none;
}
.mejs-copper .mejs__controls .mejs__playpause-button  {
	width: 28px;
	height: 30px;
	margin: 0px 3px 0px 3px;
}
.mejs-copper .mejs__controls .mejs__playpause-button button {
	width: 28px;
	height: 30px;
	background:  url(Sprites/control-copper.png) no-repeat 0 -30px;
}
.mejs-copper .mejs__controls .mejs__pause button  {
	width: 30px;
	height: 30px;
	background:  url(Sprites/control-copper.png) no-repeat 0 -60px;
	margin: 0;
	padding: 0;
}

.mejs-copper .mejs__controls .mejs__playpause-button button:hover {
	background:  url(Sprites/control-copper.png) no-repeat -30px -30px;
}

.mejs-copper .mejs__controls .mejs__pause button:hover {
	background:  url(Sprites/control-copper.png) no-repeat -30px -60px;
}

.mejs-copper .mejs__controls .mejs__fullscreen-button  {
	top: 0px;
	right: 26px;
	width: 30px;
	height: 30px;
	background : none;
}
.mejs-copper .mejs__controls .mejs__fullscreen-button  button {
	width: 30px;
	height: 30px;
	right: 1;
	background: transparent  url(Sprites/control-copper.png) no-repeat -60px -30px;
	margin: 0;
	padding: 0;
}
.mejs-copper .mejs__controls .mejs__unfullscreen  button {
	background: transparent  url(Sprites/control-copper.png) no-repeat 0 -120px;
	right: 1px;
	margin: 0;
	padding: 0;
}

.mejs-copper .mejs__controls .mejs__fullscreen-button  button:hover {
	background: transparent url(Sprites/control-copper.png) no-repeat -60px -30px;

}
.mejs-copper .mejs__controls .mejs__unfullscreen  button:hover{
	background: transparent url(Sprites/control-copper.png) no-repeat -30px -120px;
}

.mejs-copper .mejs__controls .mejs__volume-button  {
	top: 0px;
	width: 25px;
	height: 30px;
	margin: 0px 0px 0px 7px;
}
.mejs-copper .mejs__controls .mejs__mute button {
	background: url(Sprites/control-copper.png) no-repeat -60px -60px;
	width: 25px;
	height: 30px;
}
.mejs-copper .mejs__controls .mejs__unmute button {
	background: url(Sprites/control-copper.png) no-repeat -60px -120px;
    width: 25px;
	height: 30px;
}
.mejs-copper .mejs__controls .mejs__mute button:hover {
	background: url(Sprites/control-copper.png) no-repeat -90px -120px;
}
.mejs-copper .mejs__controls .mejs__unmute button:hover {
	background: url(Sprites/control-copper.png) no-repeat -90px -60px;
}

.mejs-copper  .mejs__controls .mejs__volume-button .mejs__volume-slider {
	background: #996666;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 18px;
	height: 65px;
	top: -65px;
	left: 15%;
}
.mejs-copper  .mejs__controls .mejs__volume-button .mejs__volume-total {
	background: #B87333;
	background: rgba(184,115,51,0.6);
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-copper  .mejs__controls .mejs__volume-button .mejs__volume-current {
	width: 6px;	
	background: #B87333;
	background: rgba(184,155,51,0.8);
	height: 50px;
}

.mejs-copper  .mejs__controls .mejs__volume-button .mejs__volume-handle {
	display: none;
}

.mejs-copper .mejs__controls .mejs__time span {
	color: #FFFFFF;
}
.mejs-copper .mejs__controls .mejs__currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #333;
	color: #FFFFFF;
	padding-top: 2px;
	border-radius: 3px;
}
.mejs-copper .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-copper .mejs__controls .mejs__time  button{
	color: #333;
}
.mejs-copper .mejs__controls .mejs__captions-button {
	width:30px;
}
.mejs-copper .mejs__controls .mejs__captions-button button {
	width:30px;
	height:30px;
	background: url(Sprites/control-copper.png) no-repeat 0 -90px;
}
.mejs-copper .mejs__controls .mejs__stop button{

}
.mejs-copper .mejs__controls .mejs__stop button:hover{

}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 10px;
	width: 50px;
	height: 8px;
}

.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 10px;
	width: 50px;
	height: 8px;
}
.mejs-copper .mejs__controls .mejs__button.mejs__speed-button button {
	color: #ffffff;
    margin-top: 3px;
}
