/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 604px; /* Set to gallery width, in px or percentage */
height: 82px; /* Set to gallery height */
/*background-image: url("images/slideshow1.jpg"); */
background-color: #f7f7f7;
background-repeat: no-repeat; 
border-top:#dedede solid 1px;
border-bottom:#dedede solid 1px;
padding-top: 5px;
}

#motioncontainer a img {
border: 2px solid #ffffff;/*#dedede; Set image border hover color */
}
#motioncontainer a:hover img {
border: 2px solid #000000;/*#dedede; Set image border hover color */
}

#statusdiv {
background-color: #f7f7f7;
position: absolute; /* Stop Editing Gallery Styles */
visibility: hidden;
}

#motioncontainer a:hover {
color: #f7f7f7; /* Dummy definition to overcome IE bug */
}


