﻿.box
{
	position: absolute;
	background-color: White;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 10px;
}

.handle
{
	cursor: move;
}

.bar
{
	background: #AAD;
}

.active
{
	background-color: #CFC;
	border-color: #ADA;
}

.active .bar
{
	background-color: #ADA;
}

.point
{
	position: absolute;
	height: 4px;
	width: 4px;
	margin: -2px 0 0 -2px;
	background: #A00;
}

.section
{
	display: none;
}
