

#media-player {
	float:left;
	padding:1em 1em .5em;
	background-color:#333;
}

video {
	border:1px solid #F5910F;
	width:305px;
	height:160px;
	background:#000;
}

#media-player button {
	text-indent:-9999px;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:transparent url('../img/play1.png') no-repeat 0 0;
	background-size:cover !important;
}

.pause { background:transparent url('../img/pause1.png') no-repeat 0 0 !important; background-size:cover !important; }
.stop { background:transparent url('../img/stop1.png') no-repeat 0 0 !important; background-size:cover !important;}
.volume-plus { background-position:-57px 0; }
.volume-minus { background-position:-76px 0; }
.mute { background:transparent url('../img/mute1.png') no-repeat 0 0 !important; background-size:cover !important; }
.unmute { background:transparent url('../img/unmute1.png') no-repeat 0 0 !important; background-size:cover !important; }
.replay {background:transparent url('../img/replay1.png') no-repeat 0 0 !important; background-size:cover !important;}

progress {
	color:#fff;
	font-size:12px;
	width:172px;
	height:16px;
	border:none;
	margin-right:5px;
	background:#F5910F;
}
progress::-moz-progress-bar { background:#2e52a4; }

#media-play-list {
	float:left;
	clear:both;
	color:#aaa;
	width:100%;
	margin-top:10px;
	border-top:1px solid #2e52a4;
}
#media-play-list  h2 { font-size:12px; }
#play-list {
	padding:0;
	font-size:12px;
	list-style-type:none;
}
#play-list li {
	cursor:pointer;
	padding-left:15px;
	background:transparent url('../img/item.png') no-repeat 0 4px;
}




