#imageflow #images img { 
	position:absolute; 
	top:0px;
	border:none;
}

.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:15px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	font-size:1.2em;
	position:relative; 
	text-align:center;
	color:black;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #000000;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(images/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

#imageflow{
	background:white;
	margin-bottom:10px;
	position:relative;
	height:400px;
}

#container_flow{
	position:relative;
	height:400px;

}
