
body {
     text-align: center;  /* center in the Internet Explorer */
	}
	/* gallery element */
	
#imageFlow {
		position: relative; 
		width: 450px;
		padding-top: 0%;
		height: 480px;
		top: px;
		overflow: hidden;
		float: right;
}
	
	#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;
		width: 100%;
		height: 40%;
		background: gray;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: right;
		padding-right:50px;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-family: helvetica;
		padding-right:50px;
		font-size: 1.1em;
		font-weight: lighter;
		color: #cccccc;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	 #imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 450px;
		height: 1px;
		z-index: 1000; 
	}
	#imageFlow .track {
		position: absolute;
		/*left: 1%;*/
		width: 450px;
		height: 1px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	/*#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;*/
	}
	#imageFlow .bar {
		position: absolute;
		height: 0px;
		/*left: 25px;*/
		}
	/* gallery element */