
#index_box  ul {
	list-style: none;
}
#index_box  a:hover {
	color: #333333;
	/*text-decoration: underline;*/
}

#index_box4 img { /* inish turk ! */
	margin: 0px 0px 10px 0px;
	border:1px solid #000; display:block;
	width: 170px;
	background: #66cccc; 
}
#index_box4  { /* inish turk ! */
	margin: 0px 0px 10px 0px;
  padding-top: 0px;
}

/* setup the background image of the British Isles */
.uk {padding:0; margin:0; list-style-type:none;
background:transparent url(../map/images/ireland2.jpg);background-repeat: no-repeat;width:180px; height:266px; margin-left:2px; 
margin-top: 0px; /* INISH TURK FIX */
 position:relative; z-index:auto;}
/* move the text off screen */
.uk li a {text-indent:-999px; display:block; width:20px; height:20px; background:#CC0000; position:absolute; line-height:8px; color: #FFFFFF;}
/* make the images and description invisible and an absolute position so that it does not take up any space */
.uk li a em {visibility:hidden; position:absolute;}

/* position the square markers AIRPORT */
.uk li a.ab1 {top:50px; left:57px; background:url(../map/images/hotspot_20_20.gif);}    /* Sligo */
.uk li a.ab2 {top:84px; left:57px; background:url(../map/images/hotspot_20_20.gif);}   /* Knock */
.uk li a.ab3 {top:13px; left:112px; background:url(../map/images/hotspot_20_20.gif);}   /* Derry */
.uk li a.ab4 {top:145px; left:51px; background:url(../map/images/hotspot_20_20.gif);}   /* Shannon */
.uk li a.ab5 {top:101px; left:135px; background:url(../map/images/hotspot_20_20.gif);}   /* Dublin */

/* position the square markers CITIES */
.uk li a.ab6 {top:62px; left:164px; background:url(../map/images/hotspot_10_10.gif);}   /* Belfast */
.uk li a.ab7 {top:135px; left:57px; background:url(../map/images/hotspot_10_10.gif);}   /* Galway */
.uk li a.ab8 {top:216px; left:79px; background:url(../map/images/hotspot_10_10.gif);}   /* Cork */
.uk li a.ab9 {top:100px; left:29px; background:url(../map/images/hotspot_10_10.gif);}   /* Westport */

/* move the text back into view on hover */
.uk li a:hover {background:#cccccc; text-indent:0; height:1.2em; font-size:0.9em; color:#fff; line-height:1em; padding:2px 2px; width:174px;border:1px solid #000000;
 visibility: visible;
 left:-20px;
}
/* hack for IE5.x */
* html .uk li a:hover {width:174px; height:1.5em; w\idth:174px; he\ight:1.2em;}
/* make the descriptive text visible, give it a size and position */
.uk li a:hover em {visibility:visible; margin-left:5px; background:#cccccc; border:1px solid #000000; width:174px; color:#333333; padding:5px;font-style:normal; top:24px; left:-6px; }
/* hack for IE5.x */
* html .uk li a:hover em {width:174px; w\idth:174px;}
/* give the image a border and margin */
.uk li a:hover em img {border:1px solid #000; display:block; margin-bottom:10px;}


