#mapHolder{
	position: relative;
	z-index: 100;
	width: 600px;
	height: 408px;
	background: url('/cms/general/images/map.png') no-repeat;
	overflow: hidden;
}

#imageMapped{
	width: 600px;
	height: 408px;
	position: relative;
	z-index: 100;
}

.textItem{
	position: absolute;
	z-index: 1;
}

.textItem p.number{
	position: absolute;
	top: -12px;
	left: -12px;
	width: 23px;
	margin: 0px;
	line-height: 23px;
	text-align: center;
	background: url('/cms/general/images/numberdot.png') no-repeat;
	color: #FFFFFF;
	font-size: 10px;
}


.textItem p.name{
	width: 0px;
	height: 23px;
	margin: 0px;

	font-size: 9px;
	line-height: 23px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000;

	display: none;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow:  1px 1px 0px 1px ;
    box-shadow:  1px 1px 0px 1px ;
}