/* CSS for skeleton image map */
info {
    float: left;
    position: relative;
}
dl.map {
	position:absolute;
	float: left;
	width:520px;
	height:240px;
	background:url(/gallery/1/regentsmap.jpg) no-repeat;
	top: 19em;
	left: 33em;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 0px solid;
	z-index: 1;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:1px;
	padding:4px;
	border:#222 0px solid;
	background:#666;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
	color:#FFF;
}

dl.map a.location {
	display:block;
	position:absolute;
	text-indent:12px;
	background:url(/images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.location:hover {
	background:url(/images/point-hover.png) no-repeat -1px -1px;
}

.maplist
{
 display: block;
 position: absolute;
 left: 33em;
 top: 19.5em;
 z-index: 50;
}


/* START OF CSS FOR MAP POINTS */
dl.map a#location1 { /* Head */
	top:150px;
	left:375px;
}
dl.map a#location2 { /* Neck */
	top:115px;
	left:288px;
}
dl.map a#location3 { /* Arm */
	top:38px;
	left:210px;
}
dl.map a#location4 { /* Chest */
	top:70px;
	left:140px;
}
dl.map a#location5 { /* Abdomen */
	top:150px;
	left:30px;
}
dl.map a#location6 { /* Genitals */
	top:215px;
	left:80px;
}
dl.map a#location7 { /* Thigh */
	top:180px;
	left:60px;
}
dl.map a#location8 { /* Hand */
	top:155px;
	left:95px;
}
dl.map a#location9 { /* Foot */
	top:90px;
	left:210px;
}

