html, body, a, h1, h2, h3, h4, p, ul, li, form, input, textarea, div, table, th, td {
	font-family: arial, helvetica, sans-serif;
}

.seekbar {
	background: #514e45;
	height: 7px;
	width: 471px;
	margin: 3px 0px 0px 1px;
}

.position{
	height: 7px;
	left: 0;
	position: relative;
	width: 30px;
	background: #aea537;
	float: left;
}

#controls li{
	float: left;
}

li {
	color: white;
	width: 500px;
	background-color: #000000;
	cursor: default;
}

body {
	background: black;
}

ol {
	list-style-type: none;
	marker-offset: 0;
	padding: 0 0 0 0px;
}

#tracklength {
	float: right;
	text-align: right;
}

#play {
	background: url(../img/play.png) no-repeat center center;
	height: 12px;
	width: 12px;
	padding: 2px 2px 0px 0px;
}

#stop {
	background: url(../img/stop.png) no-repeat center center;
	height: 12px;
	width: 12px;
	padding: 2px 2px 0px 0px;
}

#next {
	background: url(../img/next.png) no-repeat center center;
	height: 12px;
	width: 12px;
	padding: 2px 2px 0px 0px;
}

ul {
	list-style-type: none;
	height: 12px;
	width: 500px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}