dl.map {
  background: url(worldmap.png) no-repeat;
  /*border: 1px solid #999;*/
  
  margin: 0px;
  padding: 0px;
  text-align:left;
  width: 1020px;
  height: 564px;
  position: relative;
}
dl.map h3{
margin: 0;
padding: 0;
z-index: 12;
}

dl.map dt {
  display: inline;
}

dl.map dd {
  background: #555;
  border: 2px solid #222;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #fff;
  padding: 4px;
  width: 200px;
  position: absolute;
  left: -9999px;
  z-index: 11;
}
dl.map dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}


dl.map a.location {
  background: url(point.png) no-repeat;
  display: block;
  outline: none;
  text-decoration: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 10;
}
dl.map a.location:hover {
  background: url(point-hover.png) no-repeat -1px -1px;
}

dl.map a#location01 {/*Houston*/
  top: 270px;
  left: 210px;
}
dl.map a#location02 {/*Dubai*/
  top: 298px;
  left: 632px;
}
dl.map a#location03 {/*Abu Dhabi*/
  top: 292px;
  left: 640px;
}
dl.map a#location04 {/*Ash Shuqqah*/
  top: 292px;
  left: 602px;
}
dl.map a#location05 {/*Ryad*/
  top: 296px;
  left: 612px;
}
dl.map a#location06 {/*Jeddah*/
  top: 302px;
  left: 590px;
}
dl.map a#location07 {/*Colombo*/
  top: 344px;
  left: 712px;
}
dl.map a#location08 {/*Samsun*/
  top: 240px;
  left: 588px;
}
dl.map a#location09 {/*Ioannine*/
  top: 242px;
  left: 536px;
}
dl.map a#location10 {/*Tripoli*/
  top: 274px;
  left: 522px;
}
dl.map a#location11 {/*Alger*/
  top: 255px;
  left: 480px;
}
dl.map a#location12 {/*Tunisi*/
  top: 256px;
  left: 510px;
}
dl.map a#location13 {/*Feriana*/
  top: 264px;
  left: 504px;
}
dl.map a#location14 {/*Rome*/
  top: 238px;
  left: 516px;
}
dl.map a#location15 {/*Piacenza*/
  top: 230px;
  left: 512px;
}
dl.map a#location16 {/*Milan*/
  top: 226px;
  left: 510px;
}
dl.map a#location17 {/*Sevilla*/
  top: 254px;
  left: 466px;
}
dl.map a#location18 {/*Dublin*/
  top: 190px;
  left: 460px;
}
dl.map a#location19 {/*Cagliari*/
  top: 246px;
  left: 506px;
}
dl.map a#location20 {/*Hassi R' Mel*/
  top: 272px;
  left: 480px;
}
dl.map a#location21 {/*Doha*/
  top: 292px;
  left: 626px;
}
