


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


#myCoverFlow {
	width: auto;
	height: 350px;
	border: 0px solid red;
}



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

.sliderHandle {
	background:transparent url('/assets/layout/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: 12px;
	font-weight: bold;
	color: black;
}
