img.slideshow { 
	position:absolute; 
	top:0px;
	border:none;
}
.clear{
	clear:both;
}
#imageflow{
	text-align:left;
}
#images{
	visibility:hidden;
	margin-top: -80px;
}
#loading{
	text-align: center;
	/* width: 100%; */
	height: 140px;
}
#loading img{
	margin-top: 10px;
	position: relative; 
}
#scrollbar{
	visibility: hidden;
	position: relative; 
	border-bottom: 1px solid #b3b3b3;
	z-index: 10001;
}
#slider{
	position: absolute;
	margin-top: -7px;
	margin-left: -7px;
	z-index: 10002;
	background-image: url(../scripts/slider.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	border: 1px solid #666;	
}
#captions{
	position: relative; 
	text-align: center;
	z-index:10000;
	font-size: 12px;
	color: #666;
}