/* Gallery Styles */

#motioncontainer {
margin:0 auto; 
width: 100%; /* Set to gallery width, in px or percentage */
height: 97px; /* Set to gallery height */
text-align: center;
}

#motioncontainer a img {
margin-top:0px;
border:0px solid #232323;
}

#motioncontainer a:hover img {

}

#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 */

