		#bodyWrap {
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
		}

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

		#protoflowContainer {
	border: 5px solid #444444;
	width: 95%;
		}
		#protoflow {
			width: auto;
			height: 600px;
			border: 0px solid red;
				
		}


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

		.sliderHandle {
	cursor:pointer;
	height:16px;
	margin-left:-2px;
	position:absolute;
	top:-5px;
	width:16px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../resources/knob.png);
	background-repeat: no-repeat;
	background-position: left top;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 14px;
			color: white;
		}
