#diapo {
	width: 650px;
	height: 424px;
	overflow: hidden;
	position: relative;
	margin:-25px -30px !important;
}
#slider {
	position: absolute;
	width: 100%;
	height: 95%;
}
#slider img {
	border: none;
	position:absolute;
	visibility: hidden;
	/*filter: alpha(opacity=40);*/
	/*opacity: 0.4;*/
	/*-ms-interpolation-mode:nearest-neighbor;*/
}
#button {
	position: absolute;
	overflow: hidden;
}
#legend {
	visibility:hidden;
	display:none;
	text-indent:-9999px;
}
#button span {
	position:absolute;
	height: 80%;
	z-index:100;
	border:0 none;
}
#button span:hover {
	background-color:#FF8300;
}
.loaded {
	background-color: #A38C7C;
	cursor: pointer;
}
.selected {
	background-color: #4D463C;
}
#button a {text-decoration: none;color:#fff;}
#button a:hover	{text-decoration: none;background:#ff8000;color:#fff;}
#button a:visited {text-decoration: none;color:#fff;}
#button a:visited:hover {text-decoration: none;background:#ff8000;color:#fff;}