#mapa {
	height: 295px;
	background-image: url(slike/mapa/map.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#dubrovnik {
	position: absolute;
	top: 241px;
	left: 12px;
	}
#mlini {
	position: absolute;
	top: 196px;
	left: 226px;
	}
#plat {
	position: absolute;
	top: 222px;
	left: 262px;
	}
#cavtat {
	position: absolute;
	top: 292px;
	left: 250px;
	}
#airport {
	position: absolute;
	top: 245px;
	left: 372px;
	}
#gruda {
	position: absolute;
	top: 272px;
	left: 482px;
	}
#molunat {
	position: absolute;
	top: 344px;
	left: 589px;
	}
#popovici {
	position: absolute;
	top: 289px;
	left: 396px;
	}
#kojan {
	position: absolute;
	top: 315px;
	left: 385px;
	}
.thumbnail2 {
text-decoration: none;
font-weight: bold;
color: black;
}
.thumbnail2 img{
border: none;
}
.thumbnail2:hover{
background-color: transparent;
text-decoration: none;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #edf9e3;
left: -1000px;
top: -215px;
/*border: 1px dashed #009900;*/
visibility: hidden;
color: black;
text-decoration: none;
font-weight:normal;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}
.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -215px;
left: 0; /*position where enlarged image should offset horizontally */
z-index: 50;
}
