.SelectionPanel
{
	width: 224px;
	height: 600px;
	float: right;
	color: White;
	background-color: #224F87; /* sailor blue */
}

.InnerPanel
{
	margin: 10px;
}

.ContainerLabel
{
	display: block;
	padding-left: 2px;
	padding-top: 2px;
}

#TimeDiv
{
	position: absolute; 
	left: 805px; 
	top: 560px;
	padding: 5px; 
}

#ProgressBarDiv
{
	position: absolute; 
	top: 591px;
	left: 1px;
	z-index: 10;
}

.ProgressBarSliderRail
{
	position: relative; 
	background: url("SliderRail.gif") repeat-x; 
	width: 800px;
	height: 15px;
}

.ProgressBarSliderHandle
{
	width: 15px;
	height: 15px;
}