/* Gallery Styles */

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

#motioncontainer ul{
margin: 0;
padding: 0;
list-style: none;
}

#motioncontainer li{
display: inline;
}

#motioncontainer a img {
 /* Set image border color */
 margin-right:20px;
 width:110px;
 
}

#motioncontainer a:hover img {
 /* Set image border hover color */
 
}

#statusdiv {
background-color:#beb49d;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -200px;
visibility: hidden;
}

#motioncontainer a {
color:#e8e5de; /* Dummy definition to overcome IE bug */
}

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