/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 440px; /* Set to gallery width, in px or percentage */
height: 90px; /* Set to gallery height */
top:30px;
}

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

#motioncontainer a:hover img {
background-color:#DA87A3;
}

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

