/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
/*margin-left:15px !important; without arrows*/
/*margin-left: 10px;*/
margin-left: 2px;
margin-top: 10px;
width: 490px !important;
width: 480px; /* Set to gallery width, in px or percentage */
height: 85px; /* Set to gallery height; orig. 130px; */
/*background: url(../update0221/images/left_arrow.gif) left no-repeat;*/
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: #FFFFE0;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

