#motioncontainer a img{ /*image border color*/
border: 1px solid #fff;
}

#motioncontainer a:hover img{ /*image border hover color*/
/*border: 1px solid navy;*/
border: 1px solid #fff;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: yellow;
border: 1px solid gray;
visibility: hidden;
}

#motioncontainer {
margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */
width: 110%; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
}
