/* Gallery Styles */

#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 80%; /* Set to gallery width, in px or percentage */
height: 170px; /* Set to gallery height */
}

#motioncontainer2 {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 80%; /* Set to gallery width, in px or percentage */
height: 170px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer2 a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #FF8810; /* Set image border hover color */
}

#motioncontainer2 a:hover img {
border: 1px solid #FF8810; /* Set image border hover color */
}
#statusdiv {
background-color: #ffefc0;
border: 1px solid black;
font-family: verdana, helvetica, sans serif;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
/* left: -300px; */
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
#motioncontainer2 a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
