		#bodyWrap {
			width: 950px;
			margin-left: auto;
			margin-right: auto;
		}

		
		#overlay {
			background: url('resources/trans.png') repeat-y;
			width: 950px;
		}

		#protoflowContainer {
			border: 0px solid #444444;
			width: 950px;
			margin-left: 10px;
			margin-right: 10px;
		}
		#protoflow {
			width: 950px;
			height: 150px;
			border: 0px solid red;
				
		}


		
		.sliderTrack {
			background:transparent url('../flow/resources/track_fill_left.jpg')scroll left top;
			background-repeat:repeat-x;

			height:15px;
			position:relative;
			text-align:left;
			width:300px;
		}

		.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:#333333;
			font-family:"Trebuchet MS";
			padding-top:60px;
			z-index:5000;
		}
