
.protoflow img {
  border: none;
}

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


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

#protoflowContainer {
	border: 5px solid #444444;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.protoflow {
	width: auto;
	height:320px;
	border: 0px solid red;
	margin-right:40px;
}

.sliderTrack {
	background:transparent url('../images/protoflow/track_fill_left.gif') no-repeat scroll left top;
	height:15px;
	position:relative;
	text-align:left;
	width:137px;
}

.sliderHandle {
	background:transparent url('../images/protoflow/bouton_carre.gif') no-repeat scroll left top;
	cursor:pointer;
	height:16px;
	margin-left:-2px;
	position:absolute;
	top:-5px;
	width:16px;
}

.protoCaptions {
	display: none;
}

.captionHolder {
	font-size: 18px;
	font-family : arial,helvetica,sans-serif;
	color: #999;
}

