#controls {
	margin-top:5px;
}
#play {
	background:url(buttons.png) no-repeat top left;
	border:none;
	height: 30px;
	width: 30px;
	padding: 5px;
	float: left;
	display: inline-block;
}
#positionview {
	float: left;
	width: 80%;
	display: inline;
}
#transportbar {
	height: 15px;
	width: 100%;
	border: 2px solid black;
}
#position {
	background: #D7BC28;
	height: 15px;
	width: 0px;
	display: block;
}
#segments {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid;
	border-top: none;
	position: relative;
	background: none;
	height: 10px;
	list-style-type: none;
}
.segment {
	border-right: 1px solid;
	background: none;
	height: 10px;
	float: left;
	cursor: pointer;
	position: absolute;
}
.selector {
	width: 100%;
	height: 100%;
}
#time {
	position: relative;
	float: right;
}
#keys {
	list-style-type: none;
}
#keys span {
	text-transform: uppercase;
}

#chapters a{
    color: #000000;
}
