/*Lovingly hand-crafted by Citrus Tree Media.http://www.citrustreemedia.com/Please respect our copyright as we do yours...Image map concept by Stu Nicholls (http://www.cssplay.co.uk/)*//* ---------------------title: euromedical systems locator map image map style sheetauthor: wayne taylorcreated: 24/09/09modified: 24/09/09version: 1.0--------------------- *//* -----------------------------------------------------------------------------   general image map style */#imap {	display: block;	width: 570px;	height: 570px;	background-image: url(./map.jpg);	position: relative;	margin: 0 auto 2em auto;}#imap a#titlex {	display: block;	width: 570px;	height: 0;	padding-top: 570px;	overflow: hidden;	position: absolute;	left: 0;	top: 0;	background: transparent url(./map.jpg) no-repeat 570px 570px;	cursor: default;}* html #imap a#titlex {	height: 499px;	he\ight: 0;}#imap a#titlex:hover {	background-position: 0 0;}/* -----------------------------------------------------------------------------   specific image map style */a#l1 { left: 266px; top: 177px; /* Scotland */ }a#l2 { left: 330px; top: 287px; /* The North */ }a#l3 { left: 320px; top: 345px; /* The North West */ }a#l4 { left: 290px; top: 412px; /* Wales */ }a#l5 { left: 367px; top: 395px; /* The Midlands */ }a#l6 { left: 440px; top: 412px; /* The East */ }a#l7 { left: 360px; top: 465px; /* The South */ }a#l8 { left: 400px; top: 465px; /* London */ }a#l9 { left: 285px; top: 495px; /* South West */ }a#l10 { left: 435px; top: 490px; /* South East */ }a#l11 { left: 175px; top: 285px; /* Northern Ireland */ }a#l12 { left: 135px; top: 375px; /* Republic of Ireland */ }a#l1, a#l2, a#l3, a#l4, a#l5, a#l6, a#l7, a#l8, a#l9, a#l10, a#l11, a#l12 {	display: block;	width:38px;	height: 0;	padding-top: 38px;	overflow: hidden;	position: absolute;}* html a#l1, * html a#l2, * html a#l3, * html a#l4, * html a#l5, * html a#l6, * html a#l7, * html a#l8, * html a#l9, * html a#l10, * html a#l11, * html a#l12 {	height: 35px;	he\ight: 0;}a#l1:hover, a#l2:hover, a#l3:hover, a#l4:hover, a#l5:hover, a#l6:hover, a#l7:hover, a#l8:hover, a#l9:hover, a#l10:hover, a#l11:hover, a#l12:hover { 	background-position: 0 0;}/* -----------------------------------------------------------------------------   end style sheet */