		#coverflow_container {
			width: 710px;
			margin: 0px auto;
			background: url(../images/coverflow_bg.png) no-repeat;
			padding-top: 30px;
		}

		#protoflow {
			visibility: hidden;
			width: auto;
			height: 320px;
		}

		/*
		#protoflow img {
			border-top: 4px solid #FFD4AD;
			border-right: 4px solid #FFD4AD;
			border-left: 4px solid #FFD4AD;
		}
		*/

		#protoflow .didasc {
			font-size: 16px;
			font-weight: bold;
			color: #F87808;
		}

		#protoflow .help {
			font-size: 12px;
			color: #5a5a5a;
		}

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

		.sliderHandle {
			background:transparent url('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 {
			margin-top: 20px;
			font-size: 13px;
			color: black;
			z-index: 99
		}

		*html .captionHolder {
			margin-top: 20px;
		}

