#balloon {
			position:relative;
			margin:0;
			padding:0;
			width:306px;
			height:500px;
			background:url(/images/sl_depots/ukmap.jpg) top left no-repeat #fff;
			font-family:arial, helvetica, sans-serif;
			font-size:10pt;
		}	


#balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
/* default map positon li */
#balloon ul li {
	position:absolute;
	width:15px;
	height:15px;
}
/* default map positioning for IE6 */
* html #balloon ul li {position:static; border:0;}
* html #balloon ul li a {
	position:absolute;
	width:15px;
	height:15px;
}

/* position each list item using #pos1, #pos2, #pos3 etc and specify left and top positions only */
#balloon ul li#pos1 {
	left:128px;
	top:155px;
}
#balloon ul li#pos2 {
	left:176px;
	top:202px;
}
#balloon ul li#pos3 {
	left:184px;
	top:221px;
}
#balloon ul li#pos4 {
	left:180px;
	top:249px;
}
#balloon ul li#pos5 {
	left:215px;
	top:249px;
}
#balloon ul li#pos6 {
	left:194px;
	top:269px;
}
#balloon ul li#pos7 {
	left:143px;
	top:290px;
}
#balloon ul li#pos8 {
	left:142px;
	top:337px;
}
#balloon ul li#pos9 {
	left:233px;
	top:359px;
}
#balloon ul li#pos10 {
	left:241px;
	top:399px;
}
#balloon ul li#pos11 {
	left:141px;
	top:272px;
}

/* this is the positioning for IE6 */
* html #balloon ul li#pos1 a {
	left:128px;
	top:155px;
}
* html #balloon ul li#pos2 a {
	left:176px;
	top:202px;
}
* html #balloon ul li#pos3 a {
	left:184px;
	top:221px;
}
* html #balloon ul li#pos4 a {
	left:180px;
	top:249px;
}
* html #balloon ul li#pos5 a {
	left:215px;
	top:249px;
}
* html #balloon ul li#pos6 a {
	left:194px;
	top:269px;
}
* html #balloon ul li#pos7 a {
	left:143px;
	top:290px;
}
* html #balloon ul li#pos8 a {
	left:142px;
	top:337px;
}
* html #balloon ul li#pos9 a {
	left:233px;
	top:359px;
}
* html #balloon ul li#pos10 a {
	left:241px;
	top:399px;
}
* html #balloon ul li#pos11 a {
	left:141px;
	top:272px;
}

/* balloon styling */
#balloon ul li a, #balloon ul li a:visited {display:block;text-decoration:none; color:#000; width:15px; height:15px; color:#000; background:none;}

#balloon ul li a img, #balloon ul li a:visited img {border:0;}

#balloon ul li dl {
	visibility:hidden;
	position:absolute;
}

table.box {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}

#balloon dl {width:200px; padding:0 0 25px 0; background:transparent url(/images/sl_depots/bottom.gif) no-repeat bottom left; height:auto; text-align:left; font-weight:normal; margin:0;}
#balloon dt {margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #fff; background:transparent url(/images/sl_depots/top.gif) no-repeat top left; text-align:center;}
#balloon dd {margin:0; padding:5px 15px; color:#000; font-size:1em; border:1px solid #584392; border-width:0 1px; background:#fff url(/images/sl_depots/sl2.jpg) no-repeat bottom right;}
#balloon dd p {padding:0; margin:15px 0; line-height:1.5em;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
#balloon ul li:hover {z-index:100;}
#balloon ul li a:hover {
	display:block;
	width:15px; height:15px;
	color:#000;
	position:absolute;
	cursor: pointer;
	z-index:100;
}

/* Position of the balloon from the area */
#balloon ul li:hover dl,
#balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-150px;
left:46px;
cursor:default;
}

#balloon ul li:hover dl em,
#balloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:141px;
width:36px; 
height:36px;
background:transparent url(/images/sl_depots/pointer.gif);
}

#balloon ul li:hover dl a,
#balloon ul li a:hover dl a {
	position:static;
	border:0;
	height:0.8em;
	color:#606;
	background:transparent;
	text-decoration:underline;
	display:inline;
	white-space:nowrap;
}

#balloon ul li:hover dl a:hover,
#balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}
