		#bodyWrap {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
		}
#protoFlowOverlay {
			background: url('../images/css/resources/trans.png') repeat-y;
		}

		#protoflowContainer {
			border: 5px solid #444444;
			width: 600px;
			margin-left: auto;
			margin-right: auto;
		}
#protoflow {
	width: auto;
	height: 350px;
	border: 0px solid red;
				
		}


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

		.sliderHandle {
	background:transparent url('../images/css/resources/knob.png') no-repeat scroll left top;
	cursor:pointer;
	height:16px;
	margin-left:-2px;
	position:absolute;
	top:-5px;
	width:16px;
	z-index: 101;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 34px;
			color: black;
		}
#protoflow  a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#protoflow img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
