#diapo {
	position: absolute;
	top:25px;
	width: 1003px;
	height: 580px;
	overflow: hidden;
	background-color:#E4E4E4;

	left: 0px;
}
#slider { position: absolute; width:1003px; height: 80%;  }
#slider img { border: none; position:absolute; visibility: hidden; filter: alpha(opacity=40); opacity: 0.4; -ms-interpolation-mode:nearest-neighbor; image-rendering: optimizeSpeed; }
#button { position: absolute; overflow: hidden; }
#legend { position: absolute;  background: #11426F; padding-top:5px;}
#button span { position:absolute; height: 100%; }
#button span:hover { background:#FFF; }
.loaded { background: #666; cursor: pointer; }
.selected { background: #FFF; }
#title { float: left; margin-left: 0.5em; color: #fff; }
#txt { float: left; margin-left: 1em; color: #FFFFFF; }
#credit { position: absolute; color: #888; font-family: arial; font-size: 0.6em; width:99%; text-align: right; bottom: 2px; }
a { text-decoration: none; color:#fff; }
a:hover { text-decoration: none; background:#ff8000; color:#fff; }
a:visited { text-decoration: none; color:#fff; }
a:visited:hover { text-decoration: none; background:#ff8000; color:#fff; }
