@charset "utf-8";
#imageFlow {
		position: relative;
		width: 251px;
		height: 150px;
		overflow: hidden;
		margin-left:2px;
		float:left;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: solid #4081b0 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 251px;
		bottom: 20px;
		text-align: center;
		color: #fff;
		font:10px tahoma, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 1em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.9em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		/*left: 10px;*/
		bottom: 15px;
		width: 251px;
		height: 0px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 10px;
		width: 235px;
		height: 10px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 10px;
		left: 25px;
	}
	/*a {
		text-decoration: none;
		color: #ff8000;
	}
	a:hover	{
		text-decoration: none;
		background: #ff8000;
		color: #ffffff;
	}
	a:visited {
		text-decoration: none;
		color: #ff8000;
	}
	a:visited:hover {
		text-decoration: none;
		background: #ff8000;
		color: #ffffff;
	}*/

