/* Gallery Styles */

#motioncontainer {

margin:251 auto;/*Uncomment this line if you wish to center the gallery on page*/
width: 500px; /* Set to gallery width, in px or percentage */
height: 300px; /* Set to gallery height */
1:08 PM 1/31/2010
}

#motioncontainer a img {
border: 10px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 10px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: yellow;
border: 10px 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 */
}

.nobr{
white-space: nowrap;
}

/* End Gallery Styles */
