<?php header("Content-type: text/css"); ?>
		#bodyWrap {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			
			
		}
		

		/*li {
			color: white;
			font-size: 32px;
			list-style: none;

		}*/
		.li {
				border: 2px solid #77D2FF;
				list-style: none;
				display: inline;
				width: 100px;
				height: 200px;
				background: #CCFFFF;
		}
		
		#overlay {
			background: url('resources/trans.png') repeat-y;
			
		}

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


		
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			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: 14px;
			color: white;
			
			font-family: Arial, Helvetica, Verdana;
			font-weight: bold;
			margin-top: 3px;
			
		}

