div#map {
	clear: both;
	height: 458px;
	background-color: #DDD;
	position: relative;
	background: url(../images/map.gif) center no-repeat;
	overflow: hidden;
}
div#map span.pin,
div#map div.bubble {
	position: absolute;
}
div#map span.pin {
	height: 12px;
	width: 12px;
	z-index: 10;
	cursor: pointer;
	display: block;
	background: url(../images/dot.gif) top center no-repeat;
	font-size: 0;
}
div#map span.hover {
	background-position: bottom center;
}
div#map div.bubble {
	z-index: 20;
	display: none;
	background-color: #FFF;
	visibility: hidden;
	width: 200px;
	opacity: 0;
	border: 1px solid #000;
}
div#map div.bubble h5 {
	background-color: #000;
	padding: 4px 8px;
	color: #CCC;
}
div#map div.bubble table {
	font-size: 0.9em;
	color: #000;
}
div#map div.bubble table th {
	font-size: 0.9em;
	color: #666;
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	width: 35px;
}

