/***** defines the image that point to things on a map ****/
.pointer_point {
	color: black;
	font: bold 16pt helvetica, sans-serif;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	z-index:100;
	visibility:hidden; 

	top: 0px;
	left: 0px;
	}


/***** defines the image that highlight the location of a site on the drivetime map ****/
.show_point {
	color: black;
	font: bold 16pt helvetica, sans-serif;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	z-index:100;
	visibility:visible; 

	top: 0px;
	left: 0px;
	}
