
		#overlay {
			background: url('/assets/layout/protoflow/trans.png') repeat-y;
		}

		#protoflowContainer {
			border: 5px solid #444444;
		/*	width: 600px;*/
			margin-left: auto;
			margin-right: auto;
		}
		#protoflow {
			width: auto;
			height: 320px;
			border: 0px solid red;
		}
		
		#protoflow a:link, 
		#protoflow a:visited {
			display: block;
			width: 150px;
			text-decoration: none;
		}
		
		#protoflow h3 {
			color: red;
			background: #ADB5B5;
			padding: 2px;
			margin: 0;
			color: white;
			font-family: times;
			font-weight: normal;
		}


		
		.sliderTrack {
			background:transparent url('/assets/layout/protoflow/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			width:137px;
			margin: 16px 0;
		}

		.sliderHandle {
			background:transparent url('/assets/layout/protoflow/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: 34px;
			color: black;
		}

