#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 463px; /* Set to gallery width, in px or percentage */
height: 58px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #e0e5e8; /* Set image border color */
}

#motioncontainer a:hover img {
border-top:solid 1px #7a7a7a;
border-bottom:solid 1px #7a7a7a;
/* border: 1px dotted #7a7a7a; Set image border hover color */
}

#statusdiv {
border: 1px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color:#000033; /* Dummy definition to overcome IE bug */
}