#automap {
	position: relative;
	width: 630px;
	height: 630px;
}
#automap img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#automap .detail {
	position: absolute;
	display: none;
	right: 4px;
	top: 4px;
	width: 200px;
	height: 250px;
	background-color: #DE0C73;
	color: white;
	z-index: 2;
	overflow: hidden;
}
#automap .detail div {
	position: relative;
	width: 200px;
	height: 250px;
}
#automap .detail h3 {
	color: white;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	margin-top: 8px;
	border-bottom: 3px double white;
}
#automap .detail p {
	color: white;
	padding-left: 12px;
	padding-right: 12px;
}
#automap .detail ul {
	margin: 0 12px 8px 16px;
}
#automap .detail li {
	background: none;
	list-style: square;
	list-style-position: inside;
	padding: 0;
}
#automap p.moreinfo {
	position: absolute;
	bottom: 12px;
	font-size: 0.9em;
}

