#detailc {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 400px;
}

#protoflow {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 400px;
	background: #000000;
}

#detail {
	width: 800px;
	height: 400px;
	border: none;
	margin: 0;
	padding: 0;
}

.sliderTrack {
	height:3px;
	position:relative;
	text-align:left;
	width:137px;
	background: white;
}

.sliderHandle {
	background:transparent url('/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: white;
}
