div#prideMap {
	background: url('/assets/images/pride_map_europe_full.gif') top left no-repeat; 
	margin-top: -5px; 
	width: 538px; 
	height: 541px; 
	position: relative
}

div#prideMap div.city {
	width: 10px;
	height: 10px;
	position: absolute;
	cursor: pointer;
	background: url('/assets/images/pride_map_dot.gif') center center no-repeat;
}

div#prideMap div.tip {
	position: absolute;
	font-family: Helvetica;
	color: white;
	line-height: 19px;
	height: 19px;
	background: url('/assets/images/pride_city_hover.gif') center center repeat-x;
	font-size: 11px;
	text-align: center;
	padding: 0 5px;
	border:1px solid #bfbfbf;
}
