/*---CSS for ZoomMap plugin---*/
#map
{
	position: relative;
	width: 700px;
	height: 470px;
	overflow: hidden;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
#returnlink
{
	display: block;
	position: absolute;
	color: white;
	background: #F88158;/*#659EC7;*/
	padding: 3px;
	border: solid 1px #679DC2;
	width: 140px;
	height: 15px;
	text-align: center;
}
#map a.bullet
{
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	/*background: yellow;
	text-decoration: none;
	border: 1px solid red;*/
	z-index: 2;
	cursor: pointer;
}
#map img.zoomable 
{
	/*border: solid 1px Black;*/
}
#map div.popup
{
	display: none;
	position: absolute;
	width: 200px;
	top: 100px;
	left: 150px;
	background: white;
	z-index: 3;
	padding: 10px;
	border: 2px solid black;
}
#map div.popup a.close
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*---CSS for EasyToolTip plugin---*/


