	.imageFlowCSS {
		position: absolute;
		width: 100%;
		height: 80%;
		overflow: hidden;
	}
	.imageFlowCSS .ifslide {
		position: absolute;
		left: -4000px;
		cursor: pointer;
	}
	.imageFlowCSS .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	.imageFlowCSS .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 0%;
		text-align: center;
		color: #FFF;
		font-family: arial, sans-serif, Helvetica, verdana;
		z-index: 1000;
	}
	.imageFlowCSS .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	.imageFlowCSS .legend {
		font-size: 0.8em;
	}
	.imageFlowCSS .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	.imageFlowCSS .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	.imageFlowCSS .arrow-left {
		position: absolute;
	}
	.imageFlowCSS .arrow-right {
		position: absolute;
		right: -10px;
	}
	.imageFlowCSS .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}