/* Gallery Styles */
#motioncontainer {
margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 890px; /* Set to gallery width, in px or percentage */
height: 121px; /* Set to gallery height */
overflow:hidden;
margin-top:-10px;
}

#motioncontainer img{

/* width: 140px; Set to gallery width, in px or percentage */
/*height: 121px; /* Set to gallery height */
margin-top:-8px;
margin-left:0px;
margin-right:0px;
padding: 0 0 0 0;
}

#motioncontainer a img {
 border: 0px solid #cccccc;  Set image border color */
margin-left:0px;
margin-right:0px;

}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
margin-left:0px;
margin-right:0px;

}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
