/* Gallery Styles */

#motioncontainer {
/*margin:center;  Uncomment this line if you wish to center the gallery on page */
width: 800; /* Set to gallery width, in px or percentage */
height: 129px; /* Set to gallery height */
}



#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: black; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
