		#bodyWrap {
			width: 600px;
			margin:0 auto;
		}

		
		#overlay {
			background-image: url('resources/overlay.png');
		}

		#protoflowContainer {
			border: 0px solid #444444;
			width: 300px;
			margin:0 auto;

		}
		#protoflow {
			width: auto;
			height: 340px;
			border: 0px solid red;
				
		}


		
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			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 {
			font-size: 12px;
			color: #000;

		}
