#motioncontainer
{/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 715px; /* Set to gallery width, in px or percentage */;
 height: 110px; /* Set to gallery height */;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0px;}

#motioncontainer img
{border: 2px solid;
 border-color: rgb(90,60,50); /* Set image border color */}

#motioncontainer a:hover img
{border: 1px solid navy; /* Set image border hover color */}

#statusdiv
{background-color: yellow;
 border: 1px solid gray;
 padding: 2px;
 position: absolute; /* Stop Editing Gallery Styles */;
 left: -300px;
 Xvisibility: hidden;}

#motioncontainer a:hover
{color: red; /* Dummy definition to overcome IE bug */}

.MouseText
{font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: rgb(230,220,180);
 margin-bottom: 10px;}

