#legend_icons {
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 12px;
	height: 200px;
	z-index: 998;
}

#legend_icons_out {
	display: none;
}


#legend_icons:hover #legend_icons_out {
	display: block;
}

#legend_icons_out {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 261px;
	height: 277px;
	z-index: 1000;
	border: 1px solid #cecece;
}
