.mouseoverBorder a:hover img 
{
   margin: -1px;
   border: 1px #FF0000 solid;
}


.mouseoverBorder2 a:hover img 
{
    padding: 0 0 2px 0; 
}


