		#bodyWrap {
			width: 946px;
			margin-left: auto;
			margin-right: auto;
		}
		#overlay {
			background: url('resources/trans.png') repeat-y;
		}
		#protoflow {
			height: 260px;
			width: 946px;
			position: relative;
			padding: 0px;
			margin: 0px auto;
		}		
		.sliderTrack {
			z-index: 200;
			background: #CCCCCC;
			height:6px;
			margin-top: 22px;
			position:relative;
			text-align:left;
			width:400px;
		}
		.sliderHandle {
			z-index: 200;
			background: #666;
			cursor:pointer;
			height:6px;
			margin-left: 0px;
			position:absolute;
			top:0px;
			width:16px;
		}
		.protoCaptions {
			display: none;
		}
		.captionHolder {
			font-size: 34px;
			color: black;
		}

