/* CSS Document */

#imageFlow {
	position: absolute;
	width: 695px;
	height: 199px;
	left: 0%;
	overflow: hidden;
	margin-top: 5px;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .text {
	position: absolute;
	left: 227px;
	width: 100%;
	bottom: -270px;
	text-align: center;
	color: #FFF;
	font-size:16px;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
	visibility: hidden;
	}
	#imageFlow .title {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
	}
	#imageFlow .legend {
	font-size: 0.7em;
	color: #000000;
	font-family: Verdana;
	}
	#imageFlow .scrollbar {
	position: absolute;
	left: 221px;
	bottom: -309px;
	width: 80%;
	height: 16px;
	z-index: 1000;
	visibility: hidden;
	}
	#imageFlow .track {
	position: absolute;
	left: 28px;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	top: 75px;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 43px;
	top: 182px;
	}
#imageFlow	a {
		text-decoration: none;
		color: #ff8000;
	}
#imageFlow	a:hover	{
		text-decoration: none;
		background: #ff8000;
		color: #ffffff;
	}
#imageFlow	a:visited {
		text-decoration: none;
		color: #ff8000;
	}
#imageFlow	a:visited:hover {
		text-decoration: none;
		background: #ff8000;
		color: #ffffff;
	}

