/*
    this file is generated mechanically and will be overwritten
*/

/*
    this lot positions a splash over the defined point 
    when hovering over the loc list item for that point
    
    div#placeHS img, div#placeLabel 
    {
        top: YYYpx; 
        left: XXXpx;
    }
    
    this ensures that <div id="placeHS"> ... img is put in the right position
    and that the text of <div id="placeLabel"> is also in the right position

*/

div#startHS img, div#startfinishLabel
{
    top: 555px;
    left: 535px;
}

div#cp1HS img, div#cp1Label
{
    top: 455px;
    left: 775px;
}

div#cp2HS img, div#cp2Label
{
    top: 295px;
    left: 375px;
}

div#cp3HS img, div#cp3Label
{
    top: 335px;
    left: 175px;
}

div#cp4HS img, div#cp4Label
{
    top: 495px;
    left: 355px;
}

div#cp5HS img, div#cp5Label
{
    top: 375px;
    left: 415px;
}

div#cp6HS img, div#cp6Label
{
    top: 515px;
    left: 595px;
}

div#finishHS img, div#startfinishLabel
{
    top: 555px;
    left: 535px;
}

