#motioncontainer a img{ /*image border color*/
border: 0 transparent;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 0 transparent;
}

#motioncontainer a:hover{
color: transparent; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: transparent;
border: 0;
visibility: hidden;
}
