/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 595px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
margin : 0px 20px;
}
#imagegallery {
width: 635px;
margin : 5px 20px;
background : url('./images/imagegallery-bg.gif') top left no-repeat;
/* background-color: #cc3300; */
}
#motioncontainer a img {
border: none; /* Set image border color */
}

#motioncontainer a:hover img {
border: none; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
display : none;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */