/*---------------------------------------------------------------
	Stylesheet for the demo imagemap_rollover
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Web:		http://www.svennerberg.com
	Created:	2008-08-16
 ---------------------------------------------------------------*/

/* Map
---------------------------------------------------------------*/
#map {
	position: relative;
	width: 500px;
	height: 471px;
}
#transparent_map {
	position: absolute;
	z-index: 30;
	width: 500px;
	height: 471px;
	border: none;
}
#map ul {
	list-style: none;
}
#map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}
#westValley {
	background:url(../images/relationships/mapRegion_westValley.png) no-repeat;
	background-size:500px 471px;
	width: 500px;
	height: 471px;
	top: 0;
	left: 0;
}
#chirripo {
	background:url(../images/relationships/mapRegion_chirripo.png) no-repeat;
	background-size:500px 471px;
	width: 500px;
	height: 471px;
	top: 0;
	left: 0;
}

#tarrazu {
	background:url(../images/relationships/mapRegion_tarrazu.png) no-repeat;
	background-size:500px 471px;
	width: 500px;
	height: 471px;
	top: 0;
	left: 0;
}
#centralValley {
	background:url(../images/relationships/mapRegion_centralValley.png) no-repeat;
	background-size:500px 471px;
	width: 500px;
	height: 471px;
	top: 0;
	left: 0;
}

/* Tooltip
---------------------------------------------------------------*/
.tooltip {
	background: url(../img/tooltip-bg.png);
	padding: 3px 6px;
	border: 1px solid #ff0;
	position: absolute;
	z-index: 25;
}