#playerContainer { 
	background: white;
	border: thin inset grey;
} 

#infoContainer {
	background: white;
	border: thin inset grey;
	overflow: auto;
} 



#seekerBg {
	background: #999999;
	height: 4px;
	overflow: hidden;
	border: 0px;
	width: 265px;
} 

#seekerBar {
	position: absolute;
	background: #666666;
	height: 4px;
	overflow: hidden;
	border: 0px;
	WIDTH: 514px; 
} 

#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: 6px;
	width: 100%;
	text-align: right;
	overflow: hidden;
	border: 0px;
	padding-right: 1px;
	vertical-align: middle;
}

