/* Gallery Styles */

body {background: black url('../images/HenryVIIChapel4-fade.jpg') no-repeat scroll center top; }

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 810px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #888888; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #444444; /* Set image border hover color */
}

#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 */
}

.ARtitle {display: block; letter-spacing: 0.1em; font: bold 8pt sans-serif; 
   padding: 3px 5px; margin: 0 0 1px; border-width: 0; text-decoration: none; color: #C0C0C0; text-align: left;}


/* End Gallery Styles */