			img {
				border: 0px solid;
			}
			
			#bodyWrap {
			width: 510px;
			background: #333333;
			margin-left:auto;
			margin-right:auto;
			height: 200px;
			
		}

		
		#overlay {
			background: url('resources/trans.png') repeat-y;
		}

		#protoflowContainer {
			border: 5px solid #444444;
			width: 500px;
			margin-left: auto;
			margin-right: auto;
			
		}
		#protoflow {
			width: auto;
			height: 210px;
			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:10px;
			margin-left:-2px;
			position:absolute;
			top:-3px;
			width:10px;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 12px;
			color: #ffffff;
		}

