@charset "UTF-8";
/* CSS Document */

/* Gallery Styles */

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

#motioncontainer img {
	border-right: 6px solid #FFF; /* Set image border color */
	padding-right: 0px;
}

/* End Gallery Styles */