/* Gallery Styles */

body {
 margin: 0px;
 padding-top: 5px; 
 background-color:black;
 height: 100%; 
 width: 100%
}

#motioncontainer {
background-color:black;
margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */
width: 1000 px; /* Set to gallery width, in px or percentage */
height: 145px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid black; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid black; /* Set image border hover color */
}

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

#motioncontainer a:hover {
color: black; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


