﻿#imageFlow {
	position: absolute;
	width: 900px;
	height: 320px;
	overflow: hidden;

	}
#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
#imageFlow .link {
		margin-left: -1px;
		margin-bottom: -1px;
	}
#imageFlow .bank {
		visibility: hidden;
	}
#imageFlow .top {
	position: absolute;
	background-color: #181818;
	}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 900px;
	bottom: 10%;
	text-align: center;
	color: #9d8732;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 900;
	font-size: 11px;
	}
#imageFlow .title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	}
#imageFlow .legend {
		font-size: 0.8em;
	}
#imageFlow .scrollbar {
		position: absolute;
		bottom: 1%;
		width: 900px;
		height: 16px;
		z-index: 850;
		margin:0 auto;

	}
#imageFlow .track {
	position: absolute;
	left: 1%;
	filter: alpha(opacity=30);
	opacity: 0.3;
	height: 16px;
	width: 98%;
	}
#imageFlow .arrow-left {
		position: absolute;
	}
#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
