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

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

} 

#seekerContainer {
	text-align: left;
width: 532px;
height: 20px;
background: transparent;
border: 1px;
border-style: solid;
border-color: #EDECE6;

margin-top: 0px;
cursor: hand;
overflow: hidden;

} 

#seekerBg {
background: #8C8673;

height: 20px;
overflow: hidden;
border: 0px;
width: 100%;
} 

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

#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;	
}
