		#bodyWrap {
			width: 98%;
			margin-left: auto;
			margin-right: auto;
			border-top: 1px solid #cc9
		}

		
		#overlay {
			background: url('resources/trans.png') repeat-y;
		}

		#protoflowContainer {
			border: 5px solid #444444;
			width: 600px;
			margin-left: auto;
			margin-right: auto;
			outline:none;
		}
		#protoflow {
			width: auto;
			height: 600px;
			border: none;outline:none;
		}
		#protoflow a{
			outline:none;
		}
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			text-align:left;
			width:137px;
		}

		.sliderHandle {
			background:transparent url('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: 24px;
			color: black;
			font-weight:bold;
			z-index: 100;
		}
