#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#generalinfo a img{ /*image border color*/

}

#generalinfo a:hover img{ /*image border hover color*/

}

#generalinfo a:hover{
 /* Dummy definition to overcome IE bug */
}