/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%;
height: 200px;
}

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

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


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