#bodyWrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#overlay {
	background: url('resources/trans.png') repeat-y;
}

#protoflowContainer {
	border: 5px solid #444444;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#protoflow {
	width: auto;
	height: 350px;
	border: 0px solid red;
}

.sliderTrack {
	height:15px;
	text-align:left;
	width:137px;
}

.sliderHandle {
	cursor:pointer;
	height:16px;
	margin-left:-2px;
	top:-5px;
	width:16px;
}

.protoCaptions {
	display: none;
}

.captionHolder {
	font-size: 34px;
	color: black;
}
