#motioncontainer {
/*margin:0 auto;*/
width: 560px;
height: 120px;
}

#motioncontainer a img {
border: 0;
width: expression(this.width > 176 ? 176: true);
height: expression(this.height > 116 ? 116: true);
max-width: 176px;
max-height: 116px;
border: 2px solid #cdcdce;
}

#motioncontainer a {
margin-right: 9px;
}

#motioncontainer img:hover {

}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute;
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red;
}
