/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 560px;  /* Set to gallery width, in px or percentage */
height: 90px;  /*Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #ffffff; /*Set image border color */
filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;
-khtml-opacity : 1.0;
background-color: #FFFFFF;
}

#motioncontainer a:hover img {
/*border: 1px solid #cbaf87;  Set image border hover color */
opacity : 0.9;
-moz-opacity : 0.9;
-khtml-opacity : 0.9;
filter:alpha(opacity=90);
background-color: #FFFFFF;
}

#statusdiv {
background-color: lightyellow;
/*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 */
