@charset "utf-8";
/* CSS Document */
    html {
		overflow-x:hidden;
		/*overflow:hidden;*/
		/*overflow:auto \9;*/
	}
	* html{
		overflow:auto;
	}
	body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	#imageFlow {
		position: absolute;
		width:100%;
		height: 80%;
		left: 500px;
		top: 440px;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		top:150px;
		left:-10px;
		position: absolute;
		width: 100%;
		height:190px;
		background:url(images/imagesflow_top_bg.jpg) repeat-x;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 50%;
		bottom: 10%;
		top:500px;
		text-align: center;
		color: #000;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 15px;
		font-weight: bold;
		color:#888800;
		margin-bottom:5px;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10px;
		bottom: 10%;
		width: 50%;
		top:450px;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 21px;
	filter: alpha(opacity=100);
	opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
		left:0px;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
	position: absolute;
	height: 21px;
	left: 25px;
	}
