		#bodyWrap {
			width: 640px;
			margin-left: auto;
			margin-right: auto;
		}

		
		

		#protoflowContainer {
			border: 5px solid #444444;
			width: 600px;
			margin-left: auto;
			margin-right: auto;
		}
		#protoflow {
			width: auto;
			height: 300px;
			border: 0px solid red;
				
		}
		#protoflow1 {
			width: auto;
			height: 230px;
			border: 0px solid red;
				
		}
		#protoflow2 {
			width: auto;
			height: 360px;
			border: 0px solid red;
				
		}


		
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:1px;
			position:relative;
			text-align:left;
			width:137px;
		}

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

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 15px;
			color: black;
			font-style: "Trebuchet MS", verdana, arial, sans-serif;
		}
