	#imageFlow {
		position: absolute;
		width: 613px;
		height: 480px;
		/*left: 0%;
		bottom: 10%;*/
		overflow: hidden;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #000 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 522px;
		bottom: 5%;
		text-align: center;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	#imageFlow .legend {
		font-size: 11px;
		color: #fff;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 0%;
		bottom: 0%;
		width: 522px;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 20px;
		width: 95%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
