/* Gallery Styles */

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

#motioncontainer a img {
/*border: 1px solid #000000; /* Set image border color */
border: 0px;
margin-right:17px;
}

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

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