/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
margin-left:0px;
top:0px;
width: 910px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: none;
padding:0px; /* Set image border color */
}

#motioncontainer a:hover img {
border: none; 
padding:0px;/* Set image border hover color */
}



#motioncontainer a:hover {
color: black; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
