/* Gallery Styles */

#motioncontainer_wrap {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 553px; /* Set to gallery width, in px or percentage */
height: 122px; /* Set to gallery height */
padding: 5px 15px 9px 12px;
background: url('/images/slideshow_border2.gif') 0 0 no-repeat;
}
#motioncontainer {
width: 553px;
height: 122px;
}
#motioncontainer a img {
border: 1px solid #ffffff; /* Set image border color */
}

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

#statusdiv {
background-color: #ffffcc;
border: 1px solid #9BC0DA;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
font-size: 11px;
}

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

