#playerContainer { 
background: white;
border: thin inset grey;
margin-top: 6px;
} 

#infoContainer {
background: white;
border: thin inset grey;
overflow: auto;
margin-top: 6px;
} 

#seekerBg {
background: #DE7575;
height: 10px;
overflow: hidden;
border: 0px;
width: 100%;
} 

#seekerBar {
position: absolute;
background: #661615;
height: 10px;
overflow: hidden;
border: 0px;
width: 0%;
} 

.seekerPos {
padding-left: 0px;
}

#seekerText {
	font-size: 9px;
  	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #253B77;
	position: absolute;
	height: 10px;
	width: 100%;
	text-align: right;
	overflow: hidden;
	border: 0px;
	padding-right: 1px;
	vertical-align: middle;
}
