#motioncontainer a img { /*image background*/
border: 0px;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 0px;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 4px;
left: -300px;
background-color: cccccc;
border: 4px;
visibility: hidden;
}