				
		#overlay {
			background: url("../images/trans.png") repeat-y;
		}

		#protoflowContainer {
			border: 0p;
			width: 100%;
			
		}
		#protoflow {
			width: auto;
			height: 200px;
			border: 0px solid red;
				
		}


		
		.sliderTrack {
			background:transparent url("../images/track_fill_left.png") no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			width:137px;
		}

		.sliderHandle {
			background:transparent url("../images/knob.png") no-repeat scroll left top;
			cursor:pointer;
			height:16px;
			margin-left:-2px;
			position:absolute;
			top:-5px;
			width:16px;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 34px;
			color: black;
		}
