/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 666px; /* Set to gallery width, in px or percentage */
height: 190px; /* Set to gallery height */
vertical-align:bottom;
background-color:#FAFAFA;
border-width: 3px; /* Set border stats */
border-color:#FAFAFA;
border-style:solid;
}

#motioncontainer a img {
border-width: 0px; /* Set border stats */
}

#motioncontainer a:hover img {
border-width: 0px; /* Set border stats */
}

#statusdiv {
background-color: #FFFFE0; /* lightyellow; */
border-width: 0px; /* Set border stats */
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 */
