/* 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: 81px; /* Set to gallery height */
}

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

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

#statusdiv {
position: absolute;
visibility: hidden;
; clip:        rect(   )
; color: #FFFFFF
; font-family: Verdana, Arial, Helvetica, sans-serif
; font-size: 13px; z-index: 20
}

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