
div.referenze_map
{
	display: block;
	position: relative;
	width: 900px;
	height: 432px;
	background: url("images/mappa.png") no-repeat 0 0;
}

div.referenze_map div.creazione
{
	position: absolute;
}

div.referenze_map div.creazione a.dot
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 11px;
	height: 11px;
	background: url("images/dot.png") no-repeat 0 0;
	z-index: 0;
}

div.referenze_map div.creazione div.description
{
	position: relative;
	top: 13px;
	left: 13px;
	background: url("images/fade_black.png");
	padding: 15px;
	display: none;
	z-index: 200;
}

div.referenze_map div.creazione div.description a.close
{
	width: 8px;
	height: 8px;
	position: absolute;
	right: 4px;
	top: 4px;
	background: url("images/close_x_white.png") no-repeat 0 0;
}

div.referenze_map div.creazione div.description span.name
{
	display: block;
	text-align: left;
	font-weight: bold;
	color: #e2e419;
	line-height: 1.5em;
	font-size: 16px;
	white-space: nowrap;
}

div.referenze_map div.creazione div.description span.location
{
	display: block;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	white-space: nowrap;
}

div.referenze_map div.creazione div.description a.link
{
	display: block;
	text-align: right;
	font-weight: bold;
	color: #e2e419;
	font-size: 10px;
	white-space: nowrap;
}

