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

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

#seekerContainer 
{
	border:0;
	LEFT: 225px; 
	TOP: 385px; 
	PADDING-BOTTOM: 0px; 
	PADDING-RIGHT: 0px; 
	OVERFLOW: hidden; 
	WIDTH: 266px; 
	CURSOR: hand; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: left;
	z-index:200;
} 

#seekerBg {
	background: #999999;
	height: 3px;
	overflow: hidden;
	border: 0px;
	width: 266px;
} 

#seekerBar {
	position: absolute;
	background: #10A7DE;
	height: 3px;
	overflow: hidden;
	border: 0px;
	WIDTH: 266px; 
} 

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

