#diaporama {
	width: 100%;
	height: 180px;
	border: solid 1px #990000;
	
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

#slide {
  position: absolute;
	left: 0px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	height: 160px;
}

.slide_button {
  cursor: pointer;
}

.slide_object {
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}

.slide_object_selected {
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	border: solid 2px #006600;
}
