#imageFlowBox {
	width: 450px;
	height: 155px;
 	margin-left: 25px;
 	position: absolute;
 	top: 60px;
 	left: 350px;
}
#imageflow{
	text-align: left;
	height: 155px;
}
#images {
	visibility: hidden;
	position: relative;
	margin-top: -20px;
}
#images img {
	position: absolute;
	top: 0px;
}
#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: 199;
	top: -5px;
}
#scrollbar {
	visibility: hidden;
	position: relative;
	border-bottom: 1px solid #757575;
	z-index: 200;
	top: -40px;
}
* html #scrollbar {
	visibility: hidden;
	position: relative;
	border-bottom: 1px solid #757575;
	z-index: 200;
	top: -10px;
}
#slider{
	position: absolute;
	margin-top: -7px;
	margin-left: -7px;
	z-index: 201;
	background-image: url(/imageflow/slider.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

