/* Gallery Styles */

#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
/*width: 585px; /* Set to gallery width, in px or percentage */
height: 97px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #666666; /* Set image border color */
filter:alpha(opacity=50);
opacity: .50;
transparent: 50%;
}

#motioncontainer a:hover img {
border: 1px solid #666666; /* Set image border hover color */
filter: no-filter;
/*padding:5px;*/
opacity: 1;
transparent: 100%;
/*background:#555555;*/
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}


/* End Gallery Styles */