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

		
		#overlay {
	background-image: url(/images/resources/trans.png);
		}

		#protoflowContainer {
	border: 5px solid #444444;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
		}
		#protoflow {
	height: 500px;
	border: 0px solid #150C23;
	position: relative;
	width: 500px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
		}


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

		.sliderHandle {
	background:transparent url('/images/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: 20px;
	color: #000;
		}

