/* Gallery Styles */

#motioncontainer {
margin:0 auto; 	  /*Uncomment this line if you wish to center the gallery on page */
width: 100%; 	 /* Set to gallery width, in px or percentage */
height: 198px; 	/* Set to gallery height */


}

#motioncontainer a img {
border: 2px solid #e9e3dc; /* Set image border color */
margin-bottom:8;
}

#motioncontainer a:hover img {
border: 2px solid #e9e3dc; /* Set image border hover color */
margin-bottom:8;
}

/* End Gallery Styles */
