
		#protoflow {
			width: 350px;
			height: 170px;
			border: 0px solid red;
			margin-left:-25px;
				
		}
		
		img  {
		border:none;}
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			margin-top:10px;
			text-align:left;
			top:10px;
			width:137px;
		}

		.sliderHandle {
			background:transparent url('resources/knob.png') no-repeat scroll left top;
			cursor:pointer;
			height:16px;
			margin-left:-2px;
			position:absolute;
			top:-5px;
			width:16px;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
		margin-top:45px;
			font-size: 15px;
			color: black;
		}

