/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 750px; /* Set to gallery width, in px or percentage */
height: 100px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #490F38; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px 490F38; /* Set image border hover color */
}

#statusdiv {
background-color: 490F38;
border: 1px 490F38;
font: bold 16px Verdana, Ariel, Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 1px 0;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
top: 0;
visibility: hidden;
}

#motioncontainer a:hover {
color: 490F38; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */