/* Gallery Styles */#motioncontainer {margin: 20px auto;  /*Uncomment this line if you wish to center the gallery on page *//*background-color: #66FF99;*/BACKGROUND-IMAGE: url(images/mouse.gif);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: bottom left;width: 720px; /* Set to gallery width, in px or percentage */height: 200px; /* Set to gallery height */}#motioncontainer a img {filter: alpha(Opacity=40);border: 1px solid black; /* Set image border color */}#motioncontainer a:hover img {filter: alpha(Opacity=100);border: 1px solid #cccccc; /* Set image border hover color */}#statusdiv {background-color: #D4FFCA;color: black;border: 0px 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 */