@charset "utf-8";
/* CSS Document */
	/*html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #000;
		width: 100%;
		height: 100%;
	}*/
	#imageFlow_body{
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		width: 800px;
		height: 100%;
	}
	#imageFlow {
	position: relative;
	width: 800px;
	height: 100%;
	left: 100px;
	bottom: 160px;
	margin: 0px;
	padding: 0px;
	}
	#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 {
	position: absolute;
	height: 40%;
	}
	#imageFlow .text {
	position: absolute;
	left: 100px;
	width: 800px;
	text-align: center;
	color: #000;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
	top: 750px;
	height: 100px;
	}
	#imageFlow .title {
		font-size: 15px;
		font-weight: bold;
		color:#888800;
	}
	#imageFlow .legend {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	}
	#imageFlow .scrollbar {
	position: absolute;
	left: 100px;
	width: 100%;
	height: 16px;
	z-index: 1000;
	top: 700px;
	}
	#imageFlow .track {
	position: absolute;
	left: 1px;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	}
	#imageFlow .arrow-left {
	position: absolute;
	left: -7px;
	top: 0px;
	}
	#imageFlow .arrow-right {
	position: absolute;
	right: -7px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}

