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

		
		#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: 350px;
			border: 0px solid red;
				
		}
		#protoflow img{
			
				border: 0px solid  #000000;
		}

		
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll  top;
			height:460px;
			position:relative;
			text-align:center;
			width:260px;
			margin-top:90px.
		}

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

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 34px;
			color: black;
		}
