		#bodyWrap {
			width: 300px;
			margin-left: auto;
			margin-right: auto;
		}

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

		#protoflowContainer {
			border: 5px solid #444444;
			width: 300px;
			margin-left: auto;
			margin-right: auto;
		}
		#protoflow {
			width: auto;
			margin-top: 20px;
			height: 350px;
			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;
			margin-top: 15px;
		}

		.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: 13px;
			text-align: center;
			margin-top: -20px;
			margin-bottom: 10px;
		}
		
		.sliderImg
		{
		border: 2px solid #fff;
		}