
/* GENERAL CSS */

#holder {
	width:570px;
	margin:10px auto;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.thickbox {
	display:block;
	position:absolute;
	/*text-indent:-9999px;*/
	text-indent: 15px;
	background:url(point.png) no-repeat;
	color: black;
	font-size: 9px;
	font-weight: bold;
	width:100px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.thickbox:hover {
	background:url(point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:80px;
	left:322	px;
}
dl.map.on a#location02 {
	top:200px;
	left:100px;
}

dl.map.on a#location03 {
	top:135px;
	left:335px;
}

dl.map.on a#location04 {
	top:143px;
	left:369px;
}

dl.map.on a#location05 {
	top:128px;
	left:390px;
}

dl.map.on a#location06 {
	top:180px;
	left:440px;
}

dl.map.on a#location07 {
	top:120px;
	left:440px;
}

dl.map.on a#location08 {
	top:131px;
	left:472px;
}

dl.map.on a#location09 {
	top:114px;
	left:478px;
}

dl.map.on a#location10 {
	top:142px;
	left:472px;
}

dl.map.on a#location11 {
	top:90px;
	left:458px;
}

dl.map.on a#location12 {
	top:158px;
	left:440px;
}

