#protoflow {
	width: auto;
	height: 450px;
	margin: 0;
	padding: 0;
}

.sliderTrack {
  position: relative;
	background: transparent url('/images/protoflow/track_fill_left.png') no-repeat scroll left top;
	height:15px;
	width:137px;
	margin-top: 20px;
}

.sliderHandle {
  position: absolute;
	background: transparent url('/images/protoflow/knob.png') no-repeat scroll left top;
	cursor: pointer;
	height: 16px;
	margin-left: -2px;
	top: -5px;
	width: 16px;
}

.captionHolder {
  margin-top: 30px;
	color: black;
}
