/* MAP & TOOLIPS */
div.map {
		background: url(../img/map.png) top right no-repeat;
		border:1px solid #ccc;
		height: 250px;
		width: 461px;
		display: block;
}
div.map .map{
    position:relative; /*this is the key*/
    z-index:24;
	height: 12px;
	width: 12px;
	display:block;
	padding: 4px;
	background:url(../img/spot.png) no-repeat;
    color:#000;
    text-decoration:none;}

div.map .map:hover{z-index:25;}

div.map .map span{display: none;}

div.map .map:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -13px; left:10px;
	width: 150px;
    text-align: left;
	color: #06C;
	font: bold 11px Arial, Helvetica, sans-serif;}
div.map #infoest {
		top: 39px;
		left: 197px;
}
div.map #infobul {
		top: 84px;
		left: 184px;
}
div.map #infoisr {
		top: 93px;
		left: 218px;
}
div.map #infophi {
	top: 136px;
	left: 434px;
}
div.map #infoiom {
		top: -14px;
		left: 120px;
}

div.map .farleft:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -13px; left:-108px;
}