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

		/* the image frame */
		#thumb img 
		{
		   background:url('images/shadow.gif') no-repeat right bottom;
		   padding:4px 10px 2px 4px;
		   border:0;
		   border-top:#eee 1px solid;
		   border-left:#eee 1px solid;
		}
		#thumb img:hover {
			color:#FFFFCC;
			background-color: #FFFFCC;
		}


		#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: 450px;
			border: 0px solid red;
				
		}
		.sliderTrack {
			background:transparent url('images/navigator.gif') repeat scroll left top;
			height:30px;
			position:relative;
			text-align:left;
			width:457px;

			padding: 0 6px 0 6px; 
			margin: 0 6px 0 6px;
			border: 2px solid #0066cc;
			color: #0066cc;
			background-color: #FFFFCC;	
		}
		.sliderHandle {
			background:transparent url('images/stickIcon.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: 20px;
			color: black;
			padding: 2px 2px 2px 2px;
		}

