/* Visible image map container */
#internat {
position: relative;
width: 640px;
height: 512px;
background: #5ae url(http://internationalcomedians.com/map/map.png) no-repeat;
margin: 2em auto;
padding: 0;
}

/* List styling */
#internat li {
display: block;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}

/* Link styling */
#internat a {
display: block;
text-indent: -9999px;
text-decoration: none;
outline: none;
cursor: default;
}

/* Country position on the image (z-index goes here) */

#uki {left: 92px; top: 143px;}
#ben {left: 156px; top: 223px;}
#ger {left: 197px; top: 208px;}
#fra {left: 88px; top: 256px;}
#bal {left: 325px; top: 127px}
#oth {left: 338px; top: 300px}
#sca {left: 210px; top: -1px;}




/* Country width & height */

#uki a {width: 78px; height: 123px;}
#ben a {width: 88px; height: 63px;}
#ger a {width: 115px; height: 111px;}
#fra a {width: 129px; height: 140px;}
#bal a {width: 90px; height: 83px;}
#oth a {width: 200px; height: 66px;}
#sca a {width: 183px; height: 223px;}



/* Country hover image position */
#uki a:hover {background: url(http://internationalcomedians.com/map/map.png) -63px -555px no-repeat; }
#ben a:hover {background: url(http://internationalcomedians.com/map/map.png) -378px -646px no-repeat;}
#ger a:hover {background: url(http://internationalcomedians.com/map/map.png) -38px -704px no-repeat;}
#fra a:hover {background: url(http://internationalcomedians.com/map/map.png) -17px -871px no-repeat;}
#bal a:hover {background: url(http://internationalcomedians.com/map/map.png) -419px -521px no-repeat;}
#oth a:hover {background: url(http://internationalcomedians.com/map/map.png) -296px -824px no-repeat;}
#sca a:hover {background: url(http://internationalcomedians.com/map/map.png) -168px -512px no-repeat;}