/* Gallery Styles */

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

#motioncontainer a img {
border: 1px solid #999999; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #C9B76D; /* Set image border hover color */
}

#statusdiv {
background-color: white;
border: 1px solid #999999;
padding: 3px;
position: absolute; font-size: 13pt; line-height: 13pt; font-weight: regular; font-family: "Arial", "Helvetica" sans-serif  /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

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