div#videoflow img { 
	position:absolute; 
	top:0px;
	border:none;
}
div#videoflow h1 {
	text-align:center;
}
div#videoflow a{
	color:#fff;
}
div#videoflow .clear{
	clear:both;
}
div#videoflow #images{
	_position:relative;
	>position:relative;
	visibility:hidden;
}
div#videoflow #loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
div#videoflow #loading img{
	margin-top:10px;
	position:relative; 
}
div#videoflow #captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
div#videoflow #scrollbar{
	visibility:hidden;
	position:relative; 
	background-color: #333333;
	background-image:url(./images/scrollbar.png);
	background-repeat: repeat-x;
	height: 12px;
	z-index:10001;
}
div#videoflow #slider{
	position:absolute;
	z-index:10002;
	background-image:url(./images/slider.gif);
	background-repeat:no-repeat;
	width:25px;
	height:12px;
}
div#videoflow #imageflow{
	width: 710px;
	text-align:left;
}