#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}


.clear{
	clear:both;
}
#images{
	visibility:hidden;
}

#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
	
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
	padding-top: 10px;
	color: #000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #000;
	z-index:10001;
}
#slider{
	position:relative;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

#imageflow{
	text-align:left;
	width: 700px;
	float:left;
	margin-left: 0px;

	
}
