/************* MAP *******************************/


#holder {
	width:500px;
	padding: 4px;
	border: 1px solid #6ba7e8;
}

dl.map.on {
	position:relative;
	width:500px;
	height:330px;
	background:url('/img/map/map.png') no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:7px;
	border:#aaa 2px solid;
	background:#fff;
	color:#444;
	/*-moz-border-radius:8px;
	border-radius:8px;*/
	z-index:11;
	font-size:12px;
}
dl.map.on dd img {
	position:relative;
	float:left;
	border:#fff 1px solid;
	margin:3px;
	margin-right: 10px;
	clear: right;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url('/img/map/pointer.png') no-repeat;
	width:15px;
	height:15px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url('/img/map/pointer_h.png') no-repeat;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 { /* euston */
	top:29px;
	left:197px;
}
dl.map.on a#location02 { /* kings x */
	top:28px;
	left:312px;
}
dl.map.on a#location03 { /* liverpool st */
	top:78px;
	left:482px;
}
dl.map.on a#location04 { /* moorgate */
	top:115px;
	left:396px;
}
dl.map.on a#location05 { /* london bridge */
	top:249px;
	left:369px;
}
dl.map.on a#location06 { /* waterloo */
	top:296px;
	left:211px;
}
dl.map.on a#location07 { /* victoria */
	top:242px;
	left:127px;
}
dl.map.on a#location08 { /* paddington */
	top:85px;
	left:23px;
}
dl.map.on a#location09 { /* canary wharf */
	top:292px;
	left:474px;
}