/* 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 */ /*/////////// vlaaD set to 100% ///////////////////*/
height: 104px; /* Set to gallery height */
margin: 10px 0 0 0; /*//////////////////////////////////////// vlaaD add margin-top /////*/
}

#motioncontainer a img {
border: 1px solid #FFCC00; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid red; /* Set image border hover color */
}

/*/////////////////////////////////////// vlaaD comments all //////////////*/
/*#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 */
