/* Gallery Styles */

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

#motioncontainer a img {
margin-top: 10px;
border: 1px solid #cccccc; /* Set image border color */
}

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

#img1 {position: absolute; left: 10px; top: 480px; }
#img2 {position: absolute; left: 540px; top: 480px; }

#motioncontainer #img2 { }

#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 */
