/* Provide space for the handle */
.ff-slider-control
{
	margin: 6px 7px;
}

/* Horizontal margin to match the .ff-slider-control margin */
.ff-slider-labels
{
	overflow: hidden;
	margin: 0px 6px;
}

/* Stack the left, centre, and right labels */
.ff-slider-labels > div
{
	float: left;
	width: 33.3%;
}

/* Left label */
.ff-slider-min
{
	text-align: left;
}

/* Centre label */
.ff-slider-current
{
	text-align: center;
}

/* Right label */
.ff-slider-max
{
	text-align: right;
}
