
#protoflow img {
				border: 0px solid;
			}
			
		

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

#protoflowContainer {
	border: 1px solid #eee;
	width: 620px;
	overflow:hidden;
	margin-left: 0px;
	margin-top: 20px;
	left: 250px;
	position: absolute;
		}
#protoflow {
	width: 800px;
	height: 170px;
	margin: 0px 0px 0px -80px;

}
#protoflow img {
	border: 1px solid #CC3300;
	padding: 1px;
		
		}		
.sliderTrack {
			background:transparent url('../protoflow/resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			width:137px;
			margin-top: 20px;
		}

.sliderHandle {
			background:transparent url('../protoflow/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: #AE2700;
			font-weight:bold;
			margin-top: 45px;
			
		}
