

#media-player {
	float:left;
	padding:.1em .1em .1em;
	background-color:white;
}

video {
	border:5px solid black;
	width:500px;
	height:220px;
	background:#000;
}

button {
	text-indent:;
	width:;
	height:;
	border:;
	cursor:pointer;
}


progress {
	color:#fff;
	font-size:12px;
	width:172px;
	height:13px;
	border:none;
	margin-right:2px;
	background:#434343;
}
progress::-moz-progress-bar { background:#2e52a4; }

#play-list li {
	cursor:pointer;
}




