
body { font-family:'verdana'; }

h1 { 
	font-size:16px;
	color:#333;
}

#media-player {
	float:left;
	background-color:#FFFFFF;
}

video {
	border:1px solid #2e52a4;
	width:360px;
	height:202px;
	background:#000;
}

button {
	text-indent:-9999px;
	width:32px;
	height:32px;
	border:none;
	cursor:pointer;
	background:transparent url('bot.png') no-repeat 0 0;
}

.pause { background-position:0px 0; }
.stop { background-position:-69px 0; }
.volume-plus { background-position:-102px 0; }
.volume-minus { background-position:-137px 0; }
.mute { background-position:-173px 0; }
.unmute { background-position:0px 0; }
.replay { background-position:-36px 0; }

progress {
	color:#fff;
	font-size:12px;
	width:132px;
	height:6px;
	border:none;
	margin-right:5px;
	background:#434343;
}
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('item.png') no-repeat 0 4px;
}




