/* your custom CSS \*/
@-moz-keyframes pulsate {
	from {
		-moz-transform: scale(0);
		opacity: 1.0;
	}
	95% {
		-moz-transform: scale(2.5);
		opacity: 0;
	}
	to {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes pulsate {
	from {
		-webkit-transform: scale(0);
		opacity: 1.0;
	}
	95% {
		-webkit-transform: scale(2.5);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-0-red"] {
	-moz-animation: pulsate 5s ease-in-out infinite;
	-webkit-animation: pulsate 5s ease-in-out infinite;
	border:2pt solid #e6033b;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	-webkit-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	width:30px!important;
	pointer-events:none;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-0-red"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-0-red"]{
		margin:1px 0px 0px -3px;
	}

}


/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-1-red"] {
	-moz-animation: pulsate 5s ease-in-out infinite 1s;
	-webkit-animation: pulsate 5s ease-in-out infinite 1s;
	border:2pt solid #e6033b;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	-webkit-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	width:30px!important;
	pointer-events:none;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-1-red"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-1-red"]{
		margin:1px 0px 0px -3px;
	}

}


/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-2-red"] {
	-moz-animation: pulsate 5s ease-in-out infinite 2s;
	-webkit-animation: pulsate 5s ease-in-out infinite 2s;
	border:2pt solid #e6033b;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	-webkit-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	width:30px!important;
	pointer-events:none;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-2-red"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-2-red"]{
		margin:1px 0px 0px -3px;
	}

}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-3-red"] {
	-moz-animation: pulsate 5s ease-in-out infinite 3s;
	-webkit-animation: pulsate 5s ease-in-out infinite 3s;
	border:2pt solid #e6033b;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	-webkit-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	width:30px!important;
	pointer-events:none;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-3-red"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-3-red"]{
		margin:1px 0px 0px -3px;
	}

}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-4-red"] {
	-moz-animation: pulsate 5s ease-in-out infinite 4s;
	-webkit-animation: pulsate 5s ease-in-out infinite 4s;
	border:2pt solid #e6033b;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	-webkit-box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	box-shadow:inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, inset 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b, 0 0 5px #e6033b;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	width:30px!important;
	pointer-events:none;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-4-red"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-4-red"]{
		margin:1px 0px 0px -3px;
	}

}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-0-blue"] {
	-moz-animation: pulsate 5s ease-in-out infinite;
	-webkit-animation: pulsate 5s ease-in-out infinite;
	border:2pt solid #019fff;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	-webkit-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	pointer-events:none;
	width:30px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-0-blue"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-0-blue"]{
		margin:1px 0px 0px -3px;
	}

}


/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-1-blue"] {
	-moz-animation: pulsate 5s ease-in-out infinite 1s;
	-webkit-animation: pulsate 5s ease-in-out infinite 1s;
	border:2pt solid #019fff;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	-webkit-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	pointer-events:none;
	width:30px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-1-blue"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-1-blue"]{
		margin:1px 0px 0px -3px;
	}

}


/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-2-blue"] {
	-moz-animation: pulsate 5s ease-in-out infinite 2s;
	-webkit-animation: pulsate 5s ease-in-out infinite 2s;
	border:2pt solid #019fff;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	-webkit-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	pointer-events:none;
	width:30px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-2-blue"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-2-blue"]{
		margin:1px 0px 0px -3px;
	}

}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-3-blue"] {
	-moz-animation: pulsate 5s ease-in-out infinite 3s;
	-webkit-animation: pulsate 5s ease-in-out infinite 3s;
	border:2pt solid #019fff;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	-webkit-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	pointer-events:none;
	width:30px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-3-blue"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-3-blue"]{
		margin:1px 0px 0px -3px;
	}

}

/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#mapCanvas div.gmnoprint[title="sub-marker-4-blue"] {
	-moz-animation: pulsate 5s ease-in-out infinite 4s;
	-webkit-animation: pulsate 5s ease-in-out infinite 4s;
	border:2pt solid #019fff;
	/* make a circle */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	-webkit-box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	box-shadow:inset 0 0 5px #019fff, inset 0 0 5px #019fff, inset 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff, 0 0 5px #019fff;
	/* set the ring's new dimension and re-center it */
	height:30px!important;
	margin:-7px 0 0 -12px;
	pointer-events:none;
	width:30px!important;	
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#mapCanvas div.gmnoprint[title="sub-marker-4-blue"] img {
	display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5){

	#mapCanvas div.gmnoprint[title="sub-marker-4-blue"]{
		margin:1px 0px 0px -3px;
	}

}
