		#bodyWrap {
			position:relative;
			float:right;
			width: 865px;
			height: 280px;
			background-color:#000000;
			margin-top:40px;
			margin-right:0px;
		}

		
		#overlay {
			background: url('resources/trans.png') repeat-y;
		}

		#protoflowContainer {
			border: 5px solid #444444;
			width: 600px;
			margin-left: auto;
			margin-right: auto;
		}
		#protoflow {
			width: auto;
			height: 280px;
			border: 0px solid red;
		}

		
		.sliderTrack {
			background:transparent url('resources/track_fill_left_long.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			width:600px;
			/*background-color:blue;*/
		}

		.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;
			/*background-color:green;*/
		}

		.protoCaptions {
			display: none;
			/*background-color:yellow;*/
		}

		.captionHolder {
			font-family:Helvetica;
			font-size: 22px;
			color: white;
			/*background-color:red;*/
		}
