
/*----------------------------------------------------------------------------*/
/*Control the Hotspots on the walk map                                        */
/*----------------------------------------------------------------------------*/
#mapspace {
/*width:1015;height:267;*/
    position:relative;
    margin:0; padding:0;
}
#mapspace a{
    /*border: 1px solid #ffffff;*/
    display:block;
    position:absolute;
    font-size: 3px;
    background-image: url(/images/tar15t.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#mapspace a.tar5{
width:5px;height:5px;
}
#mapspace a.tar10{
    width:10px;height:10px;
}
#mapspace a.tar15{
 width:15px;height:15px;
}
#mapspace a.tar20{
    width:20px;height:20px;
}
#mapspace a.tar25{
 width:25px;height:25px;
}
#mapspace a.tar30{
    width:30px;height:30px;
}

#mapspace a.tar5:hover{;
    background-image: url(/images/tar5c.gif);
    border: 1px solid #000000;
}
#mapspace a.tar10:hover{;
    background-image: url(/images/tar10c.gif);
    border: 1px solid #000000;
}
#mapspace a.tar15:hover{;
    background-image: url(/images/tar15c.gif);
    border: 1px solid #000000;
}
#mapspace a.tar25:hover{;
    background-image: url(/images/tar25c.gif);
    border: 1px solid #000000;
}
#mapspace a.tar30:hover{;
    background-image: url(/images/tar30c.gif);
    border: 1px solid #000000;
}

#mapspace a i{
    visibility:hidden;
}
