.arrow {
   fill:#ffffff;
   stroke:#ffffff;
   stroke-width:1;
	opacity: 0.6;
}

.arrow:hover {
	opacity: 1.0;
}

/*Outer*/
#g18 {
	opacity: 0.6;
}

#g18:hover {
	opacity: 1.0;
	stroke:#FFFFFF;
	fill: rgba(0,0,0,0.6);
}

#NorthText {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#NorthText:hover {
	cursor: pointer;
}
