/* Gallery Styles */

#motioncontainer {
margin-top:6px;  Comment this line if you do not wish to center the gallery on page */
margin-bottom:4px;
width: 950px; /* Set to gallery width, in px or percentage */
height: 98px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #606060; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #C0C0C0; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px; 
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */