	body {

		background:  #222;

	}
	#imageFlow {
	position: relative;
	width: 540px;
	height: 250px;
	left: 0%;
	top: 0%;
	overflow: hidden;
	background: #000;
	}
	#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: 0px;
		width: 100%;
		bottom: 12%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
	font-size: 1.3em;
	font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 1.2em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 5%;
		width: 80%;
		height: 7px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}
	#imageFlow .arrow-left {
	position: absolute;
	cursor: hand;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
		cursor: hand;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
		cursor: hand;
	}
