
#index_box4  ul {
	list-style: none;
}
#index_box4  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; 
}

/* setup the background image of the British Isles */
.uk {padding:0; margin: 0px 0pt 0pt -4px; list-style-type:none;
background:transparent url(../map/images/inishturk.jpg);background-repeat: no-repeat;width:520px; height:353px; 
 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 PLACES OF INTEREST */
.uk li a.ab1 {top:272px; left:268px; background:url(../map/images/hotspot_10_10.gif);}    /* Portdoom */
.uk li a.ab2 {top:97px; left:245px; background:url(../map/images/hotspot_10_10.gif);}   /* Watchtower */
.uk li a.ab14 {left:370px; top:246px; background:url(../map/images/hotspot_10_10.gif);}   /* Graveyard */
.uk li a.ab15 {left:317px; top:204px; background:url(../map/images/hotspot_10_10.gif);}   /* Penal Church */

/* position the square markers B&Bs */
.uk li a.ab3 {left:401px; top:102px; background:url(../map/images/hotspot_10_10.gif);}   /* Ocean View */
.uk li a.ab4 {left:258px; top:217px; background:url(../map/images/hotspot_10_10.gif);}   /* Teach Abhainn B&B */
.uk li a.ab5 {left:399px; top:171px; background:url(../map/images/hotspot_10_10.gif);}   /* Tranaun House */

/* position the square markers SERVCES*/
.uk li a.ab6 {left:383px; top:91px; background:url(../map/images/hotspot_10_10.gif);}   /* Shop */
.uk li a.ab7 {left:419px; top:119px; background:url(../map/images/hotspot_10_10.gif);}   /* Tourist Office */
.uk li a.ab8 {left:388px; top:193px; background:url(../map/images/hotspot_10_10.gif);}   /* Community Club */
.uk li a.ab9 {left:279px; top:179px; background:url(../map/images/hotspot_10_10.gif);}   /* GAA Pitch */
.uk li a.ab12 {left:387px; top:177px; background:url(../map/images/hotspot_10_10.gif);}   /* Post Office */
.uk li a.ab13 {left:367px; top:218px; background:url(../map/images/hotspot_10_10.gif);}   /* School */

/* position the square markers BEACHES*/
.uk li a.ab10 {left:409px; top:156px; background:url(../map/images/hotspot_10_10.gif);}   /* Corraum Beach */
.uk li a.ab11 {left:429px; top:210px; background:url(../map/images/hotspot_10_10.gif);}   /* Tranaun Beach*/

/* position the square markers WALKS*/
.uk li a.ab16 {left:294px; top:108px; background:url(../map/images/hotspot_10_10.gif);}   /* Inner Walk */
.uk li a.ab17 {left:168px; top:137px; background:url(../map/images/hotspot_10_10.gif);}   /* Cliff Walk */

/* 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;
 opacity:0.8;
 /*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;}



