
#field
{
	background: #fff url(../img/bg_field_grey_playback.jpg) top right no-repeat;
	}

#green-field
{
	width: 0;
	border-right: 1px solid white;
	background: transparent url(../img/bg_field_playback.jpg) top left no-repeat;
	display: block;
}
#scores
{
	top: 192px;
}
#playbutton,
#pausebutton
{
	position: absolute;
	left: 178px;
	top: 226px;
	background: black;
	width: 52px;
	height: 22px;
	display: none;
}
#playbutton
{
	left: 231px;
}
div.active
{
	background: white!important;
}
#dragger
{
	width: 3px;
	height: 9px;
	background: white;
}
#dragregion
{
	position: absolute;
	top: 249px;
	left: 179px;
	width: 103px;
	z-index: 99999;
	overflow: hidden;
	height: 9px;
}
#green
{
	border-top: 2px solid black;
	height: 4px;
	background: green;
	width: 0px;
	font-size: 4px;
	float: left;
	position: absolute;
}