		#bodyWrap {
		}

		
		#overlay {
			background: url('resources/trans.png') repeat-y;
		}

		#protoflowContainer {
		margin-right:80px;
		}
		#protoflow {
			width: 600px;
			height: 210px;
			right:50px;
		}


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

		.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: black;
	font-weight: bold;
	margin-top: 65px;
	text-transform: uppercase;
	margin-left:16px;
		}
